Create organization
Create an organization in an account.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.
Headers
X-Account-Id
Account that will own the organization.
Request
This endpoint expects an object.
name
Name shown to users. Required, 4 to 80 characters, and does not need to be unique.
Response
The created organization.
organization
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error

