v6

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2025-10-275815.8 KB
Installation

Get a specific organization

Get a specific organization

User must be authenticated.

get/organizations/{orgId}

Response

An organization

idstring

Organization's uuid.

namestring

Organization's name. Duplicate names can exists.

descriptionstring

Organization's description. A short description of your Organization.

Example response

{
  "id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
  "name": "My Organization",
  "description": "I can use many characters to describe this Organization."
}