POST
/
organizations
/
apiKeys
/
create
Create an API key
curl --request POST \
  --url https://api.kaizenautomation.com/organizations/apiKeys/create \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "apiKey": "<string>",
  "id": "<string>",
  "lastFourCharacters": "<string>",
  "createdAt": "<string>"
}

Body

application/json · object

API key creation parameters

The body is of type object.

Response

201
application/json

API key created successfully

The response is of type object.