Introduction
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:
- 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. - The API BackOffice
– Allows you to go beyond the basic integration and to manage more specific cases.
Note : The history of changes made to the API is tracked in the API change log.
Authentication
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 ?
Taking your first steps with the API
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?
Note : POSTMAN allows you to generate the code to use the ProAbono API in the language of your choice here.