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:

https://platform.realto.io/api/v1/

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
Authorization: Bearer your-bearer-token