X-Organization-Id header is required.
Endpoint
Headers
Bearer token. Format:
Bearer <token>.Body
Display name of the organization.
A unique, URL-safe identifier for the organization. The API lowercases the value and replaces any non-alphanumeric character (except hyphens) with a hyphen — for example,
"Acme Kenya!" becomes "acme-kenya-". Must be globally unique across all organizations.Kenya Revenue Authority PIN for the organization.
Email address to receive invoices and billing notifications.
Physical street address of the organization.
City where the organization is based.
Country of operation. Defaults to
"Kenya".Response
true on a successful creation.The newly created organization record.
If the slug you provide is already taken by another organization, the API returns a
409 Conflict error. Choose a different slug and retry.