v1

latestOpenAPI 3.0.12026-07-227292131.4 KB
organizations

Retrieve organization information

Retrieve information about a specific organization by its ID. Only users within the organization can access the API.

get/organizations/{orgId}

Path parameters

orgIdstring uuid required
Example:a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11

The organization's ID.

  • Must be a valid UUID.

Response

Successfully retrieved organization information.

namestring required

The organization's name.

Example response

{
  "name": "My Organization"
}