Update an organization

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.
namestringOptional
verification_modeenumOptional
Allowed values:
webhook_urlstringOptionalformat: "uri"
webhook_secretstringOptional
minimum_ageintegerOptional>=0

Response

Organization updated.
idstring
namestring
slugstring
is_activeboolean
planenum
Allowed values:
created_atdatetime
verification_modeenum
Allowed values:
webhook_urlstring or null
minimum_ageinteger or null
data_retention_daysinteger or null

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error