Organizations
Create organization
This endpoint lets you create an organization. You have WRITE access on your provider (ie. only possible if you have PROVIDER role).
post/org
Request body
Example request
{
"name": "Fast Retailer",
"alias": "fast_retailer",
"max_businesses": 100
}Response
OK
Example response
{
"org_id": 42,
"alias": "fast_retailer",
"max_businesses": 100
}