v1

latestOpenAPI 3.0.32026-07-17542197.8 KB
Organization

Create organization

Create a new organization.

post/v1/organizations

Request body

namestring required

Name of the organization.

emailstring email required

Email address of the organization.

logostring uri

Logo of the organization.

websitestring uri

Work title of the user.

Example request

{
  "name": "ACME Inc.",
  "email": "info@example.com",
  "logo": "https://example.com/static/logo.png",
  "website": "https://example.com"
}

Response

Example response

idstring required

ID of the newly created resource.