Create Organization
Organisations
Create Organization
Create a new organization
POST
Create Organization
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Organization created successfully
Organization created successfully
Example:
{
"id": "org_123",
"name": "Acme Corp",
"slug": "acme-corp"
}