Run Requests in Postman

Background Information

The Postman Template Debugging Tool is a third-party development debugging tool provided to facilitate developers in conducting Zenlayer Cloud API interface debugging. Currently, this tool supports authentication and interface debugging. The following sections will describe how to utilize the Postman tool for API debugging.

Prerequisites

To run requests in Postman, you'll first need to have it installed and launched.

  1. Click.

  2. Register a new account or log in to your existing account.

  3. Click Fork Collection. In the left sidebar, click Collections to view your collections.

  4. From the dropdown menu, select the Prod environment to switch to.

  5. You can manually Pull changes to ensure you have the latest updates.

Procedures

Prepare the access_key_id and access_key_password, and get ready to test the interface.

Take DescribeZones as an example to illustrate the debugging process.

  1. Environment Variables Input the access_key_id and access_key_password obtained from the platform into the environment variables.

  2. Calling an API Open the interface in Collections, and simply click Send to submit the request.

Last updated