Checkio API
get/{tenantId}/v1/credentials

List credentials

Requires Authentication
Credentials

Returns all API credentials for the tenant

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID

Responses

List of credentials

Response Bodyapplication/json
items
array
CredentialListItem[]
CredentialListItem
total
integer

Code Examples

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