API reference / API keys
API keys
GET /v1/keys
List Keys
Responses
- 200
array of KeyOut - 4xx 5xx
application/problem+json; see the error reference.
POST /v1/keys
Create Key
Request body (application/json, required)
| Member | Type | Notes |
|---|---|---|
mode | string (pattern ^(live|test)$) | Default "live". |
name required | string (min length 1, max length 120) |
Responses
- 201 KeyCreated
- 4xx 5xx
application/problem+json; see the error reference.
POST /v1/keys/{key_id}/revoke
Revoke Key
Path
key_idstring (uuid)
Responses
- 204 no body
- 4xx 5xx
application/problem+json; see the error reference.