API Auth
Endpoints for managing API client applications. API clients enable secure, automated interactions between software systems without human intervention. Each client is uniquely identified by a client_id and can be configured with authentication settings, redirect URIs, and security parameters. Use these endpoints to create, manage, and configure API clients for your API clients.
API Auth Operations
- get/api/v1/organizations/{organization_id}/clients
- post/api/v1/organizations/{organization_id}/clients
- get/api/v1/organizations/{organization_id}/clients/{client_id}
- delete/api/v1/organizations/{organization_id}/clients/{client_id}
- patch/api/v1/organizations/{organization_id}/clients/{client_id}
- post/api/v1/organizations/{organization_id}/clients/{client_id}/secrets
- delete/api/v1/organizations/{organization_id}/clients/{client_id}/secrets/{secret_id}