> For the complete documentation index, see [llms.txt](https://docs.giga.store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.giga.store/api/postman-collection.md).

# Postman Collection

Gigastore provides a Postman collection for the Gigastore API. To use the collection, please follow these steps.

1. Make sure you use the latest version of [Postman](https://www.postman.com)
2. Use the "Import" function of Postman to add the collection using this URL: <https://dent.giga.store/DENT-Gigastore-API.postman_collection.json>
3. Select the collection in Postman

<figure><img src="/files/JW5XNuTY5FJJ7c2gHpKy" alt="" width="271"><figcaption></figcaption></figure>

4. Select the "Authenticate" request and right-click the URL address. Then click "Add new variable".

<figure><img src="/files/lUrFVObFfnRLSQ6GRZGR" alt="" width="375"><figcaption></figcaption></figure>

5. Set the variable to `https://api.giga.store` and choose the scope (recommended is `Collection`).

<figure><img src="/files/fIAUZRcw7uKwbAQ00nMF" alt="" width="299"><figcaption></figcaption></figure>

5. Switch to the "Authorization" tab of the request and set `resellerClientId` as a variable based on the **CLIENT ID** from your [Gigastore API page](https://dent.giga.store/#/api).
6. Set the `resellerClientSecret` as a variable based on the **CLIENT SECRET** from your [Gigastore API page](https://dent.giga.store/#/api).
7. Execute the Authorization request in Postman. The response contains the accessToken. If this is not the case, please double-check your variables.&#x20;

<figure><img src="/files/QUOAuKOfDY6evHpI5P2m" alt="" width="372"><figcaption></figcaption></figure>

{% hint style="info" %}
To change variables, you need to remove the field content, paste the new value, select the value, and use the "Set as variable" popup.
{% endhint %}

8. Copy the **complete** accessToken value.
9. Switch to the "Version" request and select the "Authorization" tab. Set the copied accessToken as the value of the `resellerAccessToken` variable.

<figure><img src="/files/ani9eh03VrBzauqCEU66" alt="" width="375"><figcaption></figcaption></figure>

10. Execute the request and check the response. It will show the server/API version.

<figure><img src="/files/RROsI9rZCuiqg06Zaeew" alt="" width="229"><figcaption></figcaption></figure>

🥳 Congrats! Your Gigastore API Postman collection is now ready.&#x20;
