Getting Started

The Intend API allows developers to programmatically access data and functionality from the Intend platform using a simple REST interface. It is designed for integration with external systems such as ERP, CRM, CMS and reporting tools.

All API responses are returned in JSON format, and requests must be authenticated using an API key.

 

REST API Basics

The Intend API follows the REST architectural style:

  •     Resource-oriented — Each endpoint corresponds to a specific resource, such as clients or orders.
  •     Stateless — Each request must include all necessary information (authentication, parameters, etc.).
  •     JSON Responses — All endpoints return data in JSON format with a consistent structure.

Base URL:

Your Intend instance determines the API base URL and will be provided by your system administrator.