POST
Create organization

Authorizations

Authorization
string
header
required

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

Body

application/json

JSON payload used to create organization.

Request payload for create organization.

name
string
required

Human-readable name for the resource.

Required string length: 2 - 100
slug
string | null

URL-safe slug for the resource.

Maximum string length: 80

Response

Created organization

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.