Admin
Create Organization
Creates or updates an organization with the provided organization name. An API Key will be returned.
Returns 201 if a new organization was created, 200 if an existing organization was found.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
201
application/json
Successful Response
The response is of type object
.