get
/{tenantId}/v1/credentials/{id}Get credential
Requires Authentication
Credentials
Returns a specific credential
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
idrequired | string (uuid) | - |
Responses
Credential details
Response Bodyapplication/json
idstring (uuid)
namestring
descriptionstring
clientIdstring
isActiveboolean
permissionsarray
string[]lastUsedAtstring (date-time)
createdAtstring (date-time)
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/credentials/{id}' \
-H 'Authorization: Bearer {token}'