{ "opencollection": "1.0.0", "info": { "name": "Stigg Coupons Entitlements API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Entitlements", "type": "folder" }, "items": [ { "info": { "name": "Execute GraphQL Query or Mutation", "type": "http" }, "http": { "method": "POST", "url": "https://api.stigg.io/graphql", "body": { "type": "json", "data": "{}" } }, "docs": "Execute any Stigg GraphQL query or mutation. Stigg uses GraphQL as its primary API. Send a JSON body with a query/mutation string and optional variables. Supports customer management, subscription operations, entitlement checks, and usage reporting." } ] } ], "bundled": true }