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


---

# 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://docs.giga.store/api/postman-collection.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.
