Quickstart
The most common integration path is:- Create an API key from the FinSync application.
- Send requests to
https://finsync.ar/api/.... - Store the API key securely and send it in the
x-api-keyheader.
First request
JavaScript example
What to expect
- Most endpoints return JSON.
- Some list endpoints support pagination through
pageandpageSize. - Superadmin routes use bearer authentication instead of API keys.
Next steps
- Review Authentication for header details.
- Open the
API Referencetab in this portal for endpoint-level schemas and examples.