v5

latestOpenAPI 3.1.0MITraw.githubusercontent.com2025-07-24172759.4 KB
Organizations

Get a single organization

Retrieve the details of a organization by ID

get/v4/organizations/{id}

Path parameters

idstring uuid required

Organization UUID

Example:123e4567-e89b-12d3-a456-426614174000

Organization UUID

Response

Successful response

idstring uuid required

Organization UUID

createdAtstring required

Creation timestamp (ISO 8601)

updatedAtstring required

Last update timestamp (ISO 8601)

namestring required

Organization name

slugstring required

Organization slug

defaultPipelineIdstring uuid nullable required

Default pipeline ID for the organization

Example response

{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "createdAt": "2025-04-01T00:00:00.000Z",
  "updatedAt": "2025-04-01T00:00:00.000Z",
  "name": "Acme Corporation",
  "slug": "acme-corp",
  "defaultPipelineId": "123e4567-e89b-12d3-a456-426614174000"
}