Safe CRM Public APIGuideReference

Getting Started

Welcome to the CRM Public API documentation. This API allows you to programmatically interact with the CRM system to manage customer records and related activities such as event tracking and segmentation.

Authorization & AuthenticationCopied!

Currently, API Key authentication is the only supported method.

To authenticate requests, include your API key in the request headers:

X-Api-Key: secret_api_key

  • All API requests must include this header.

  • Requests without a valid X-Api-Key will be rejected with a 401 Unauthorized response.

  • API keys can be generated or retrieved from your CRM dashboard or by contacting your CRM administrator.