Skip to main content
To use Ralio API services, authentication via API Keys is required. These keys provide secure access to all available endpoints and are mandatory for making any request to the API.

Obtaining API Keys

API Keys can be obtained and managed exclusively through the Ralio Managment Portal. You can access the portal at: https://portal.raliopay.com/settings/api-keys

Authentication

To obtain an access token (Bearer token) required for API authentication, you must use the specific authentication endpoint detailed in the Login section. Once you have the access token, include it in all API requests using the authorization header:
Authorization: Bearer YOUR_ACCESS_TOKEN

Security

Important: Keep your API Keys secure and never expose them in client-side code or public repositories. Treat these keys as passwords.

Support

If you have issues with your API Keys or need assistance with management from the portal, don’t hesitate to contact our support team.