> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/api-reference/api-introduction/toolkit/postman-debug.md).

# 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 <a href="#prerequisites" id="prerequisites"></a>

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

1. Click[![Run In Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/34395107-3e3793a7-4e2b-4a88-8473-f35c97c5b68a?action=collection%2Ffork\&source=rip_markdown\&collection-url=entityId%3D34395107-3e3793a7-4e2b-4a88-8473-f35c97c5b68a%26entityType%3Dcollection%26workspaceId%3D0fd85988-ddf1-44cf-982c-35a882520288#?env%5BProd%5D=W3sia2V5IjoiYWNjZXNzSWQiLCJ2YWx1ZSI6Ijx5b3VyIGFjY2VzcyBrZXkgaWQ+IiwiZW5hYmxlZCI6dHJ1ZSwidHlwZSI6ImRlZmF1bHQifSx7ImtleSI6ImFjY2Vzc0tleSIsInZhbHVlIjoiPHlvdXIgYWNjZXNzIGtleSBwYXNzd29yZD4iLCJlbmFibGVkIjp0cnVlLCJ0eXBlIjoiZGVmYXVsdCJ9XQ==).
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.

   <figure><img src="/files/R2na7X4A8Jkc7rhA46sN" alt=""><figcaption></figcaption></figure>
4. From the dropdown menu, select the **Prod** environment to switch to.

   <figure><img src="/files/cOQDvuLZEMUjyhhAYaV1" alt=""><figcaption></figcaption></figure>
5. You can manually **Pull changes** to ensure you have the latest updates.

   <figure><img src="/files/ZW3osF7Ez8YlgpP99Flc" alt=""><figcaption></figcaption></figure>

## 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.

   <figure><img src="/files/IQAZeK7ZWLx0d0Qg43BT" alt=""><figcaption></figcaption></figure>
2. Calling an API\
   Open the interface in **Collections**, and simply click **Send** to submit the request.

   <figure><img src="/files/lpzqp1j0EOEjfSShHvZz" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.console.zenlayer.com/api-reference/api-introduction/toolkit/postman-debug.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
