List O Auth Clients
GET /v2/partner/oauth-clients
Required scopes
partner:oauth_clients:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | listOAuthClients |
| Tags | Operations |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| data * | OAuthClient[] | |
| page * | page |
Example request
GET https://api.digitalonboarding.com/v2/partner/oauth-clients
Authorization: Bearer <partner-token>