API Keys

API key management

List API keys

get
Authorizations
X-API-KeystringRequired

API key for authentication. Get your key from the dashboard.

Responses
chevron-right
200

API key list

application/json
successbooleanOptionalExample: true
get
/api-keys

Create API key

post

Create a new API key. Maximum 5 keys per user. The key is only shown once!

Authorizations
X-API-KeystringRequired

API key for authentication. Get your key from the dashboard.

Body
namestring · max: 100Required
Responses
post
/api-keys

Revoke API key

delete
Authorizations
X-API-KeystringRequired

API key for authentication. Get your key from the dashboard.

Path parameters
idintegerRequired
Responses
chevron-right
200

API key revoked

application/json
successbooleanOptionalExample: true
messagestringOptionalExample: API key revoked successfully
delete
/api-keys/{id}

Last updated