# Introduction

### Postman Collection

Link : [Download here](https://drive.google.com/file/d/1CrWa95ky9SLyEv8Z_lbO3FzuVTkTrB9y/view?usp=sharing) (Version 4.0)

### API Endpoint URL

{% hint style="info" %}
<https://open-api.zortout.com/v4>
{% endhint %}

### Common Request Parameters

#### Header

<table><thead><tr><th width="255.64116950102402">Parameter</th><th width="150">Required</th></tr></thead><tbody><tr><td>storename</td><td>Yes</td></tr><tr><td>apikey</td><td>Yes</td></tr><tr><td>apisecret</td><td>Yes</td></tr><tr><td>X-Request-ID</td><td>No</td></tr></tbody></table>

{% hint style="info" %}
`X-Request-ID` is a unique identifier that is attached to each API request and response. It is primarily used for **tracking, debugging, and logging** API calls across distributed systems. This ID helps developers and system administrators correlate logs between different services, trace request flow, and debug issues effectively.
{% endhint %}


---

# Agent Instructions: 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://developers.zortout.com/overview/introduction.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.
