{ "opencollection": "1.0.0", "info": { "name": "Public Account Pairing Endpoints Reports Endpoints API", "version": "v1" }, "items": [ { "info": { "name": "Reports Endpoints", "type": "folder" }, "items": [ { "info": { "name": "Otter Request Status of the Report Using JobId", "type": "http" }, "http": { "method": "GET", "url": "https://{public-api-url}/v1/reports/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "`RATE LIMIT: 2 per minute`\n" }, { "info": { "name": "Otter Request a Business Report for Multiple Stores", "type": "http" }, "http": { "method": "POST", "url": "https://{public-api-url}/v1/reports/generate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Otter Request a Business Report for Multiple Stores" } ] } ], "bundled": true }