Skip to main content
POST
/
tiro
/
api-keys
Create an API key
curl --request POST \
  --url https://{deployment}/api/v1/tiro/api-keys \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "name": "automation",
  "description": "Make.com"
}
'
{}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY).

Body

application/json
name
string
required
description
string

Response

Created API key

The response is of type object.