Create an organization
Authentication
AuthorizationBearer
Admin JWT token via Authorization: Bearer <token>.
Headers
Verifa-Version
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Request
This endpoint expects an object.
name
Organization display name.
slug
URL-safe identifier.
verification_mode
Whether sessions are auto-approved or require manual review.
Allowed values:
webhook_url
URL to receive webhook events.
webhook_secret
Secret used to sign webhook payloads.
minimum_age
Minimum age requirement for age verification checks.
Response
Organization created.
id
name
slug
is_active
plan
Allowed values:
created_at
verification_mode
Allowed values:
webhook_url
minimum_age
data_retention_days
Errors
400
Bad Request Error
401
Unauthorized Error