Create an organization
post
/v1/organizationsThe fine-grained token must include the following permissions to access this endpoint:
- organizations_create
Body
- nameRequiredstring
Response codes
- 201
- 401
- 403
- 429
- 500
Response (201)
1{2 "id": "lorem",3 "slug": "tsrqponmlkjihgfedcba",4 "name": "lorem"5}