Create an API key
Authentication
AuthorizationBearer
Admin JWT token via Authorization: Bearer <token>.
Path parameters
org_id
Organization ID (org_*).
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.
label
Human-readable label for the key.
environment
Environment the key is scoped to.
Response
API key created. The full key is only returned once.
id
key
Full API key value. Only returned at creation time — store it securely as it cannot be retrieved again.
label
environment
created_at
Errors
400
Bad Request Error
401
Unauthorized Error