Skip to main content
POST
Signup

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
email
string
required

User email address

organization_name
string
required

Organization name (required — all API keys are org-scoped)

Minimum string length: 1
password
string | null

Optional password for web login (random if omitted)

Minimum string length: 8
first_name
string | null
last_name
string | null
idempotency_key
string | null

Idempotency key for safe retries

Response

Successful Response

api_key
string
required

Read-only API key — verify via POST /v2/auth/verify to unlock full access

api_key_id
string
required
user_id
string
required
organization_id
string
required
verified
boolean
default:false

Whether the account has been verified (always false on signup)