Checkio API
post/{tenantId}/v1/credentials/{id}/reset-secret

Reset credential secret

Requires Authentication
Credentials

Resets the secret for a credential. The new secret is returned only in this response and cannot be retrieved later.

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID
id
required
string (uuid)-

Responses

Secret reset successfully

Response Bodyapplication/json
id
string (uuid)
secret
string
- The new secret. This is the only time the secret is returned and cannot be retrieved later.

Code Examples

curl -X POST 'https://api-next.checkio.co.uk/{tenantId}/v1/credentials/{id}/reset-secret' \
  -H 'Authorization: Bearer {token}'