Skip to main content
POST
Add ingestion-only API key

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Body

application/json
name
string
required

Description of the key

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

id
integer
required

ID of the new API key

apiKey
string
required

New API Key (starts with "ei_...") - this'll be shared only once.

error
string

Optional error description (set if 'success' was false)