Get all clients
GET/v1/organizations/:organizationId/projects/:projectId/platforms/:platform/client-keys
Get all clients
Request
Path Parameters
organizationId stringrequired
The ID of the organization
projectId stringrequired
The ID of the project
platform stringrequired
The platform
Responses
- 200
- 404
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
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"
}
]
No clients found
Loading...