v8
OpenAPI 3.1.02026-08-033623795.0 MBAPI Keys
Create API Key
Creates an API key for an account or app. The response is the only place the full secret_key is returned — store it immediately. Requires a user session; API keys cannot manage API keys.
post/api_keys
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Response
api key created
Example response
{
"system_role": "owner"
}