cURL
curl --request GET \ --url https://a.contactlevel.com/api/organizations/get-id \ --header 'X-Api-Key: <api-key>'
{ "organization_id": "<string>" }
Return the organization_id associated with the provided API key.
Reads X-Api-Key header, validates it, and returns the org id from the key record.
Successful Response