get
/{tenantId}/v1/credentialsList credentials
Requires Authentication
Credentials
Returns all API credentials for the tenant
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Responses
List of credentials
Response Bodyapplication/json
itemsarray
CredentialListItem[]CredentialListItem
totalinteger
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/credentials' \
-H 'Authorization: Bearer {token}'