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
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"
}Changes
Changed in 2 of the 5 revisions of this API.2
- ○
added the required property
defaultPipelineIdto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○