CustomerOS Data API
cURL
curl --request GET \ --url https://api.customeros.ai/customerbase/v1/organizations/{id} \ --header 'X-CUSTOMER-OS-API-KEY: <api-key>'
{ "organization": { "cosId": "<string>", "customId": "<string>", "domains": [ "<string>" ], "externalLinks": [ { "id": "<string>", "name": "<string>", "primary": true } ], "icpFit": true, "id": "<string>", "leadSource": "<string>", "name": "<string>", "relationship": "<string>", "stage": "<string>", "website": "<string>" }, "requestId": "1234567890abcdef", "status": "success" }
Retrieves detailed organization information by ID or COS ID
Organization ID or COS ID
Organization found
Response structure for single organization operations