Get started
Welcome to Aria's API Guide!
First of all, be aware that Aria’s team is always pleased to assist you when need. So, if you need to access our services or if you need support from Aria, feel free to contact us: [email protected]
To know a bit more about our API, have a look to our Overview page.
You are about to integrate our API?
Here is the best way to start and create your first Loan:
We recommend you to integrate our API in Sandbox environment first.
-
If you do not have your credentials yet, contact us : [email protected].
-
Once you have access to your Dashboard:
- Generate an application from your Settings > Applications & Authentication.
- Get your Client ID & Client Secret to be able to authenticate to our API.
-
Proceed to API authentication.
-
Once you are authenticate, make your first request to get information about your company configuration.
curl --request GET \
--url https://sandbox.helloaria.eu/api/companies/me \
--header 'accept: application/json
What's next ?
Read our Overview page to understand how to make your first payments with Aria.
Updated about 1 month ago