v16

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-032765158.3 KB
Admin

Add Api Key

Creates a new API key for the specified organization.

post/admin/add-api-key

Request body

organization_idstring uuid required

The organization ID to create the API key for.

namestring required

A descriptive name for this API key.

permission'all' | 'read_only' required
created_bystring nullable

Who created this API key.

Response

Successful Response

api_keystring required

The generated API key.