Creates a new organization for a platform tenant. If a user with the provided email already exists, it will be reused. If an organization with the slug already exists for this user, it will be reused.
Authorizations
Autumn API key with Bearer prefix
Body
application/json
Email address of the organization owner. User will be created if it doesn't exist.
Display name for the organization.
Unique slug for the organization.
Environment(s) to create API keys for.
Available options:
test
, live
, both