Postman Collection

Postman is one of the platforms to test the REST API. IDSL provides a Postman Collection that can be used to test the IDSL API in Postman.

How to Use

Below is a step-by-step guide on how to use the postman collection that IDSL already provides.

  1. If you don't have Postman, download it here.
  2. Click the Run in Postman button to import the collection.
Run in Postman
  1. In the postman, click the IDSL API folder on the left sidebar and choose Variables. Initialize Postman Collection
    Change the variable value with the following:
    • username: Your registered phone number on IDSL
    • api_key_dev: Your development API key
    • api_key_prod: Your production API key
  1. After setting the Variables, don't forget to Save. Save Postman Collection
  2. Let's try to send a request. For example, testing the Check Balance API:
    • Go to the IDSL API > Prepaid > Version 1 > Development > Check Balance.
    • Click the Send button in the upper-right corner.
    • The server response is displayed below the request.

Response Result Postman Collection

Production Environment

  1. Explore the other APIs in the collection.