Account
Create API key
Creates a company-scoped API key. The caller must have the api_keys:manage permission. Account-scoped keys select the target company with the x-company-id header; companyId in the JSON body is not a supported selector. The plain key is returned only once.
post/api-keys
Request body
Response
API key created
Example response
{
"success": true
}