Skip to main content
POST
/
api
/
v1
/
api-key
Create API Key
curl --request POST \
  --url https://api.example.com/api/v1/api-key \
  --header 'Content-Type: application/json' \
  --header 'x-calry-api-key: <api-key>' \
  --data '{}'

Authorizations

x-calry-api-key
string
header
required

Body

application/json

The body is of type object.

Response

201

API key created successfully