English
cURL
curl --request POST \ --url https://app.azalt.co/api/v1/organizations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "ownerId": "<string>" }
Create a new organization with the authenticated user as the owner.
Organization Setup:
Multi-tenancy Impact:
Default Structure:
This is a critical operation that establishes the foundation for all subsequent organizational data and user management.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Successful response