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.

How to use

  1. In Postman, click Import and drop in the collection file.
  2. Import the Staging (or Production) environment file too.
  3. Select that environment from the top-right environment selector.
  4. Open the environment and set apiKey and/or jwt. Requests already reference {{baseUrl}} and the right auth scheme.
  5. Send a request — e.g. GET {{baseUrl}}/api/v1/store/integrations/orders.

Environment variables

VariableDescriptionExample
baseUrlAPI host for the selected environment.https://stagging-api.sendyiq.com
apiKeyIntegration API key (X-API-Key) — used by /integrations endpoints.<keyId>.<secret>
jwtBearer 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.