Rotate O Auth Client
POST /v2/partner/oauth-clients/{id}/rotate
Required scopes
partner:oauth_clients:write
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | rotateOAuthClient |
| Tags | Operations |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | id |
Responses
200
OK
object
Example request
POST https://api.digitalonboarding.com/v2/partner/oauth-clients/{id}/rotate
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>
{ /* request body matching schema above */ }