{ "opencollection": "1.0.0", "info": { "name": "Public Account Pairing Endpoints Callback Endpoints API", "version": "v1" }, "items": [ { "info": { "name": "Callback Endpoints", "type": "folder" }, "items": [ { "info": { "name": "Otter Publish Callback Error", "type": "http" }, "http": { "method": "POST", "url": "https://{public-api-url}/v1/callback/error", "headers": [ { "name": "X-Store-Id", "value": "" }, { "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": "`RATE LIMIT: 16 per minute` \n\nThis is the generalized callback error that should be used to return failures for all webhooks, unless otherwise specified. See [**failed event flow**](/docs/menus-integrations-failed-event-flow/) for details.\n" } ] } ], "bundled": true }