Run Requests in Postman
Last updated
Last updated
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.
To run requests in Postman, you'll first need to have it installed and launched.
Register a new account or log in to your existing account.
Click Fork Collection. In the left sidebar, click Collections to view your collections.
From the dropdown menu, select the Prod environment to switch to.
You can manually Pull changes to ensure you have the latest updates.
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.
Environment Variables
Input the access_key_id
and access_key_password
obtained from the platform into the environment variables.
Calling an API Open the interface in Collections, and simply click Send to submit the request.