Skip to content

API

ProAbono is built with an “API-First” approach based on the REST architecture style. This means that all functionality is accessible via API.

In order to facilitate integration, endpoints are split into two separate APIs:

  1. The API Live - Allows you to perform the main actions necessary to integrate ProAbono with your information system (application). - The calls have been thought to limit and simplify the interactions and concerns all the steps of the online subscription.
  2. The API BackOffice - Allows you to go beyond the basic integration and to manage more specific cases.

In order to use the ProAbono APIs, you need to use authentication keys that you can find in the integration section of your back office.
These keys allow you to use all the API requests present in the ProAbono API reference.

To learn more, read the article How to get my API keys ?

We have produced a collection (set of predefined queries) POSTMAN to help test the API.

For more details see the article: How to use the Proabono API with Postman?