Organizations
Create an organization
Creates a new organization. The authenticated user becomes the organization owner.
post/v1beta/organizations
Request body
Response
Success
Example response
{
"organization": {
"id": "org_01h2xcejqtf2nbrexx3vqjhp41",
"name": "Acme Corporation"
}
}