Lime CRM supports integration through a number of modern REST APIs that can be accessed over HTTPS. The following APIs are currently supported:
The Lime CRM APIs has a per IP rate limits. For a on premise server this can be configured. For Lime CRM Cloud it is limited to 3000 request per 5 minutes per IP
Since the Lime CRM data model varies between applications, available API endpoints and operations also vary. Each Lime CRM application therefore comes with interactive API documentation that reflects the specific application data model. The interactive documentation can be accessed at the following URL: https://<yourdomain>/<application>/api/v1/docs/
, e.g. https://lime.example.com/Lime%20CRM/api/v1/docs/
. A link to the documentation can also be found in the Lime CRM Web Client (visible to users with administrative privileges only).
If you don't have access to a live Lime CRM installation to view the documentation but is still interested in getting to know how to use the API, have a look at this example.
A valid API key is required to access any of the APIs. All API keys are associated with a user. This user will not be able to sign in using any client but the permissions set for the user (i.e. policies) will be enforced for all requests made using the associated API key.
API keys are managed through the Lime CRM Server Administration interface (LISA). Follow these steps to create an API key:
The API key cannot be retrieved again so make sure to store it in a secure location. Also remember to treat the key as a secret since an API key in the wrong hands can cause your business great harm.