This endpoint comes with a Rate Limit: You can send up to 3 requests per minute to get your Access token. Access token is valid for 24 hours.
This endpoint provides an access token required for making authenticated requests to the Airalo Partners API.
Submit your client_id and client_secret to obtain your 24 hour valid token.It's important to call this endpoint every 24 hours to ensure your token is not expired and avoid disruptions in your integration.Important Notes#
The response contains the access token, which must be cached and reused for subsequent API calls until it expires or is refreshed.
Store the client ID and client secret securely in an encrypted format on your systems.
All actions performed using these credentials will be considered valid transactions, and the partner will be responsible for any associated costs.