Getting started! Send your first API Request

Getting started! Send your first API Request Learn how to make your first API call to both LIVE and TEST environments Sophia Rascon

Since we make use of the OAuth 2.0 authorization framework, you need your access token to access resources available through the API.

Below is a step by step video on how to get started with our mobile top-up API:

  1. Switch to Test Mode on the user Portal

  2. Get your TEST authorization token with Postman or your tool of choice

  3. Send your first API request to the Reloadly sandbox to check your account balance: endpoint account/balance

    https://topups-sandbox.reloadly.com/accounts/balance
  4. Switch to Live Mode on the user Portal

  5. Get your LIVE authorization token with Postman or your tool of choice

  6. Send your first API request to the Reloadly production environment to check your account balance: endpoint account/balance


https://www.youtube.com/playlist?list=PLHScUwVHI4TAV03VEtSWyiAp5IkIiBKSp

Did this answer your question?