Partner API
Provision partner accounts
Create an isolated tenant, confirmed administrator, and tenant API token.
POST
Error
Provisioning creates the account, confirmed admin, tenant API token, audit event, and optional
identity-handoff secret in one transaction. Use an idempotency key because returned secrets are
otherwise shown only once.
201
name and admin_email are required. Email is trimmed and lowercased. plan defaults to
business; it must be both active and present in the partner’s operator-configured allowlist.
The identity secret is omitted unless explicitly requested.
Errors
401
403
409
409 also covers a duplicate external_id within the same partner and uniqueness races.
422
422 also covers missing fields and reuse of an idempotency key with a different body.Authorizations
Operator-issued partner key. Accepted only under /api/partner/v1.
Headers
Retained for 24 hours. Reuse only with the exact same request body.
Maximum string length:
255Body
application/json
Error