Frontu API enables quick and easy exchange of data between two systems. The API allows you to perform a lot of actions e.g:
GET, CREATE or UPDATE clients
GET, CREATE or UPDATE work order
GET, CREATE or UPDATE objects
and etc.
Frontu API is based on the REST principle, which allows you to send and receive data in either JSON or XML format.
To get unique API key you need to follow these steps:
Click on "Settings";
Select "API";
An open window will display your API key which you can use for integrations
If you want to access our API documentation, you can simply visit this link - https://developers.frontu.com/
The documentation provides all required information for both POST and GET methods. It also includes examples on how to configure integrations and what data you will receive using GET method and what you need to post using POST method.