Postman Collection
Import the collection (218 requests) and an environment to call the Store API from Postman. The collection is generated from the same OpenAPI document as this reference.
CollectionAll Store endpoints, grouped by resource, with per-request auth.Staging environmentbaseUrl = https://stagging-api.sendyiq.comProduction environmentbaseUrl = https://api.sendyiq.com
How to use
- In Postman, click Import and drop in the collection file.
- Import the Staging (or Production) environment file too.
- Select that environment from the top-right environment selector.
- Open the environment and set
apiKeyand/orjwt. Requests already reference{{baseUrl}}and the right auth scheme. - Send a request — e.g.
GET {{baseUrl}}/api/v1/store/integrations/orders.
Environment variables
| Variable | Description | Example |
|---|---|---|
| baseUrl | API host for the selected environment. | https://stagging-api.sendyiq.com |
| apiKey | Integration API key (X-API-Key) — used by /integrations endpoints. | <keyId>.<secret> |
| jwt | Bearer JWT — used by store dashboard endpoints. | eyJhbGci… |
Auth is preset per request
Endpoints under
/integrations use the X-API-Key header (apiKey); all other store endpoints use Authorization: Bearer (jwt). You only need to fill the variable(s) you use.