API referenceIdentity and accessAPI clients
API clients
8 operations.
List API clients
GET /api/v1/api-clients
Create an API client (client id + secret)
POST /api/v1/api-clients
Get an API client
GET /api/v1/api-clients/{id}
Rename, re-describe or re-scope an API client
PATCH /api/v1/api-clients/{id}
Delete an API client
DELETE /api/v1/api-clients/{id}
Revoke every token issued to an API client
POST /api/v1/api-clients/{id}/revoke-tokens
Rotate an API client's secret
POST /api/v1/api-clients/{id}/rotate
Scopes the caller may grant to an API client
GET /api/v1/api-clients/scopes