post
/{tenantId}/v1/credentialsCreate credential
Requires Authentication
Credentials
Creates a new API credential
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Request Body
required
namestring
required
descriptionstring
Responses
Credential created
Response Bodyapplication/json
idstring (uuid)
namestring
clientIdstring
clientSecretstring
createdAtstring (date-time)
Code Examples
curl -X POST 'https://api-next.checkio.co.uk/{tenantId}/v1/credentials' \
-H 'Authorization: Bearer {token}' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"description": "string"
}'