MiniCRM API
By using MiniCRM API, an other software can access and modify data stored in MiniCRM.
MiniCRM API is a simple interface that is easily accessible from many languages (Javascript, PHP, C#, C, Java, etc.). To use MiniCRM API, the computer that runs the program has to have access to the internet, besides, you need an active MiniCRM account and an API key.
Authentication is implemented with ‘HTTP Auth’ over HTTPS/SSL.
To authorize requests, you need:
- SystemId – The 5 characters long number that comes after r3.minicrm.io/
- API Key To create an API key, go to the Settings > System page and click on the Create new API key button. If you have already created a key, here you can a generate a new one later or delete the existing one.
MiniCRM API Url:
http://SystemId:APIKey@r3.minicrm.io/Api/R3
or
https://SystemId:APIKey@r3.minicrm.io/Api/R3
PHP Developers can use our MiniCRM API PHP client that provides an object-oriented interface. To download the API client and example codes, click here:
http://cdn.minicrm.hu/media/example-en
Character Encoding
MiniCRM API uses UTF-8 codepage for all input and output.
Data format
All input and output data is structured according to JSON standard.