CustomerBASE API
Get organization details
Retrieves detailed organization information by ID or COS ID
get/customerbase/v1/organizations/{id}
Path parameters
idstring required
Organization ID or COS ID
Response
Organization found
Example response
{
"requestId": "1234567890abcdef",
"status": "success"
}Changes
Changed in 3 of the 23 revisions of this API.12
- ○
added the success response with the status
206response-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲