# 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 %}
