post
/{tenantId}/v1/credentials/{id}/reset-secretReset 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
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
idrequired | string (uuid) | - |
Responses
Secret reset successfully
Response Bodyapplication/json
idstring (uuid)
secretstring
- 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}'