{ "opencollection": "1.0.0", "info": { "name": "Public Account Pairing Endpoints Market Intel Endpoints API", "version": "v1" }, "items": [ { "info": { "name": "Market Intel Endpoints", "type": "folder" }, "items": [ { "info": { "name": "Otter Notify Stores Discovered at the Geolocations", "type": "http" }, "http": { "method": "POST", "url": "https://{public-api-url}/v1/market-intel/discovered-stores", "headers": [ { "name": "X-Event-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Otter Notify Stores Discovered at the Geolocations" } ] } ], "bundled": true }