Create API key
Creates a new API key. The full secret is returned only in this response — store it securely.
Authentication
X-API-Keystring
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
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.
note
Internal note about this key's purpose.
environment
Environment the key is scoped to.
Allowed values:
scopes
Permission scopes to grant.
api_version
allowed_ips
IP allowlist for this key.
expires_at
ISO 8601 expiration timestamp.
Response
API key created. The secret field is only returned here.
created_at
environment
Allowed values:
id
is_active
key_prefix
First characters of the key for identification.
secret
Full API key secret. Only returned at creation time — store it securely as it cannot be retrieved again.
type
Allowed values:
allowed_ips
IP allowlist. Null means all IPs are allowed.
api_version
default_key_inflection
Allowed values:
expires_at
label
last_used_at
note
scopes
Permission scopes granted to this key.
warning
Reminder to store the secret securely.
Errors
401
Unauthorized Error
422
Unprocessable Entity Error