Skip to main content
POST
Create API Key
Creates a new API key for a project. The key value is only returned once in the creation response and cannot be retrieved later.

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID

Request Body

name
string
required
Descriptive name for the API key (e.g., “iOS Production App”)
apiKey
string
Custom key value (optional, system-generated if not provided)

Example Request

Response

Returns the created API Key object including the key value.
Store the key value securely. This is the only time it will be returned. If lost, you must create a new API key.

Error Responses

Name Already Exists

Code Examples