Access Tokens
How to create an API Key
To interact with the Connect-CRM REST API, you need to generate an API key from your Connect-CRM account. Follow these steps:- First navigate to the Security and Access section in Connect-CRM. You can find it under Settings > Security and Access.
- In the Security and Access section, look for the Create API Key button and click on it.

- Fill in the required details in the dialog that appear. And click Create.
- Once created, make sure to copy and securely store your API key.
For security reasons, the API key will only be shown once at the time of creation. If you lose it, you will need to create a new one.
Using the API Key
To authenticate your requests to the Connect-CRM REST API, include the API key in theAuthorization header of your HTTP requests.