Create an API key

Authentication

AuthorizationBearer

Admin JWT token via Authorization: Bearer <token>.

Path parameters

org_idstringRequired

Organization ID (org_*).

Headers

Verifa-VersiondateOptional

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.
labelstringRequired

Human-readable label for the key.

environmentenumRequired
Environment the key is scoped to.

Response

API key created. The full key is only returned once.
idstring
keystring

Full API key value. Only returned at creation time — store it securely as it cannot be retrieved again.

labelstring
environmentenum
created_atdatetime

Errors

400
Bad Request Error
401
Unauthorized Error