v1

latestOpenAPI 3.0.1Apache 2.02026-07-135212282.4 KB
organizations

Create a new organization.

post/api/v1/orgs/organizations/

Request body

namestring required

Name of the new organization.

Response

Successfully created a new organization.

messagestring
org_idstring uuid

Unique identifier for the organization.

Example response

{
  "message": "Organization created successfully."
}