API ReferenceOrganizations
Create a new organization (platform owner only)
Authorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://api.xentr.ai/api/organizations" \ -H "Content-Type: application/json" \ -d '{ "name": "Acme Factory", "slug": "acme-factory" }'Empty
Empty