Overview

Get started with API.1 to retrieve Your Customer's data from their Accounting System. This section describes how to call API.1: authentication, request conventions, and how to retrieve data. You'll work with RESTful APIs, JSON responses, and an API Key for authentication.

RESTful APIs

Our APIs are built using a RESTful architecture.


JSON Responses

All our responses are in JSON format.


API Key

To access API.1, you'll need to create an API Key in the Client Portalarrow-up-right.

You must pass your API key in the following HTTP header with every API call:

x-api-key: YOUR_API_KEY_HERE
circle-info

Remember to replace YOUR_API_KEY_HERE with your actual API key.


Correlation ID

For better traceability and support, you must generate and pass a unique Correlation ID (GUID) with each API request.

For example:

circle-info

A GUID (Globally Unique Identifier) is a unique reference number used for identification.


Polling

You access data from connected accounting systems by polling API.1. You can poll the Consent API for consent status until it is Accepted; then call the Accounting API (for example for invoices or reports) whenever you need data. When calling the Accounting API, you pass the Consent ID in the request path.

Last updated

Was this helpful?