Organizations
Create an Organization
Creates a new Organization.
POST
/
v1
/
organizations
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token. More info here
Body
application/json
name
string
requiredThe name of the organization.
slug
string
requiredThe slug of the organization.
current_billing_plan
string
The current billing plan of the organization.
Response
200 - application/json
object
string
String representing the object’s type. Objects of the same type share the same value.
id
string
The unique identifier for the organization.
name
string
The name of the organization.
slug
string
The slug of the organization.
avatar_url
string
Avatar URL of the organization
type
enum<string>
The type of the organization.
Available options:
perso
, pro
current_billing_plan
string
The current billing plan of the organization.
created_at
string
Time at which the object was created.
updated_at
string
Time at which the object was last updated.