Skip to main content
POST
Create a Tenant

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27
idempotency-key
string
Maximum string length: 255

Path Parameters

organization_id
string
required
Pattern: ^org_[0-9a-f]{32}$

Body

application/json
key
string
required
Required string length: 1 - 255
display_name
string
required
Required string length: 1 - 255

Response

Success

id
string
required
Pattern: ^ten_[0-9a-f]{32}$
organization_id
string
required
Pattern: ^org_[0-9a-f]{32}$
key
string
required
Required string length: 1 - 255
display_name
string
required
Required string length: 1 - 255
status
enum<string>
required
Available options:
active,
disabled
resource_version
integer
required
Required range: 0 < x <= 9007199254740991
created_at
string
required
updated_at
string
required