Account

Create API key

Creates a company-scoped API key. The plain key is returned only once.

post/api-keys

Request body

namestring

Human-readable key name.

Response

API key created

successboolean
messagestring
instructionsobject

Example response

{
  "success": true
}

Changes