Skip to main content

Quickstart

The most common integration path is:
  1. Create an API key from the FinSync application.
  2. Send requests to https://finsync.ar/api/....
  3. Store the API key securely and send it in the x-api-key header.

First request

JavaScript example

What to expect

  • Most endpoints return JSON.
  • Some list endpoints support pagination through page and pageSize.
  • Superadmin routes use bearer authentication instead of API keys.

Next steps

  • Review Authentication for header details.
  • Open the API Reference tab in this portal for endpoint-level schemas and examples.