API

Old deprecated API documentation can be found here.

Base URL

https://resi-api.iproyal.com/v1

Authorization

Authentication is managed via the Authorization header. To ensure secure access, all requests must include this header, followed by your API token, prefixed with the word "Bearer" and a space. The format should be:

Authorization:Bearer <your_api_token>

Your API token is available on the dashboard's Settings page in the 'API' section. Here, you can also reset your token if necessary. Keep it secure and update your applications with the new token if you reset it.

Last updated