Postman Collection
Last updated
Last updated
DENT provides a Postman collection for the DENT Gigastore API. To use the collection, please follow these steps.
Make sure you use the latest version of Postman
Use the "Import" function of Postman to add the collection using this URL: https://dent.giga.store/DENT-Gigastore-API.postman_collection.json
Select the collection in Postman
Select the "Authenticate" request and right-click the URL address. Then click "Add new variable".
Set the variable to https://api.giga.store
and choose the scope (recommended is Collection
).
Switch to the "Authorization" tab of the request and set resellerClientId
as a variable based on the CLIENT ID from your Gigastore API page.
Set the resellerClientSecret
as a variable based on the CLIENT SECRET from your Gigastore API page.
Execute the Authorization request in Postman. The response contains the accessToken. If this is not the case, please double-check your variables.
To change variables, you need to remove the field content, paste the new value, select the value, and use the "Set as variable" popup.
Copy the complete accessToken value.
Switch to the "Version" request and select the "Authorization" tab. Set the copied accessToken as the value of the resellerAccessToken
variable.
Execute the request and check the response. It will show the server/API version.
🥳 Congrats! Your Gigastore API Postman collection is now ready.