Create new client keys
POST/v1/organizations/:organizationId/projects/:projectId/platforms/:platform/client-keys
Create new client keys
Request
Path Parameters
organizationId stringrequired
The ID of the organization
projectId stringrequired
The ID of the project
platform stringrequired
The platform
Responses
- 200
- 201
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
The unique identifier for the client key.
key stringrequired
The client key associated with the project.
secret stringrequired
The secret associated with the client key.
{
"id": "string",
"key": "string",
"secret": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
The unique identifier for the client key.
key stringrequired
The client key associated with the project.
secret stringrequired
The secret associated with the client key.
{
"id": "string",
"key": "string",
"secret": "string"
}
Loading...