API ReferenceAdmin · Organizations
Create an organization
Request Body
application/json
name (string, required)
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/admin/orgs" \ -H "Content-Type: application/json" \ -d '{}'{ "created_at": "string", "id": "string", "name": "string"}