Every app has a REST API that is automatically created and maps to its unique data model. The URL pattern is: https://apps.appivo.com/api/app/<app-name>/model/<model-name>/record

The standard REST API operations are available:

  • POST
  • PUT
  • GET
  • DELETE

Try out the REST API using the Chrome Postman plugin.