Overview

Authentication

Users can create access keys for the API via the Settings page.

These keys serve as credentials for authenticating access to Rely's REST API. To authenticate, include the key in the 'Authorization' header of the API request, formatted as "Bearer {your_token_here}".

Token Expiration and Limitations

Tokens created via this process are valid for a duration of 10 years.

However, users are limited to one active token at any given time. Generating a new token will automatically deactivate any previously issued token.

If you feel the need to have more than one token valid at each time, feel free to reach out to support@rely.io.

Endpoints

Last updated