API Reference
Introduction
Learn about where and how to access our APIs.
Base URL
The re.alto API is built on REST principles. We enforce HTTPS in every request to improve data security, integrity, and privacy.
All requests contain the following base URL:
Authentication
To authorise your API requests, you’ll have to provide a valid Bearer token in the Authorization
header of that request. The Bearer token is your access token.
In the following example request, your-bearer-token
has to be replaced with your token:
Authorisation Header
Was this page helpful?