> For the complete documentation index, see [llms.txt](https://cee-systems.gitbook.io/tcpapi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cee-systems.gitbook.io/tcpapi/estreaming-api/estreaming/using-postman-application.md).

# Using Postman Application

In order to test eStreaming API credentials and confirm connectivity [Postman](https://www.getpostman.com/) can be used.

1. Open Cache folder in Collections Section.

![](/files/-LDpV0Hw31pBrkjDfSnx)

2.Select the required method for sending eStreaming API request. The following subsections provide further insights into the structure of requests and reponses:

| Methods                                                                                  | Description                                                                                                                                                                                                          |
| ---------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Cached API](/tcpapi/estreaming-api/methods/cache-api.md)                                | Allows to aggregate shopping results and build pricing database based on general shopping query with point of sale included.                                                                                         |
| [Historical API](/tcpapi/estreaming-api/methods/historical-api.md)                       | Provides shopping results based on general shopping request within designated time period from specific point (s) of sale. Allows to analyze prise fluctuations, off- peak and price jumps for specific destinations |
| [Fly From API](/tcpapi/estreaming-api/methods/fly-from-api.md)                           | Contains the cheapest pricing options for all flights operated from defined city or airport on desirable dates.                                                                                                      |
| [Fly From with options API](/tcpapi/estreaming-api/methods/fly-from-with-options-api.md) | Provides the lowest price for a selection of destinations from predefined departure point.                                                                                                                           |
| [Fly From To API](/tcpapi/estreaming-api/methods/fly-from-to-api.md)                     | Provides the cheapest pricing options for designated city/airport pair witihin specified time period and desirable minimum/maximum stay days.                                                                        |
| [Flex API](/tcpapi/estreaming-api/methods/fly-from-to-api.md)                            | Provides ability to get the cheapest pricing option for return journey within pre-defined date range                                                                                                                 |

1. Each eStreaming API GET  request contain a number of required parameters described in detail within the relvant topic. In order to change the default value for each parameter it is necessary to edit the relevant field in Params Section and click Save button when done.

![](/files/-LDpV0I6IeqE-j9eJPze)

1. Click Send button to transmit new request.
2. Copy the content from base64GzippedResponse field![](/files/-LDpV0I9IFY7z053YXCQ)6. Paste it into [TxtWizard](http://www.txtwizard.net/) and click Decompress button

![](/files/-LDpV0IB2PBZn_z1cf89)![](/files/-LDpV0IDN6Jk_or2TPnP)7. Copy the content of Result field and paste it into [JSON Editor](http://www.jsoneditoronline.org/) to view response sctructure:

![](/files/-LDpV0IFMSXgL9esIzH5)


---

# 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, and the optional `goal` query parameter:

```
GET https://cee-systems.gitbook.io/tcpapi/estreaming-api/estreaming/using-postman-application.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
