{ "opencollection": "1.0.0", "info": { "name": "Shipments Address OAuth2 API", "version": "3.0.0" }, "items": [ { "info": { "name": "OAuth2", "type": "folder" }, "items": [ { "info": { "name": "Start OAuth2 authorization", "type": "http" }, "http": { "method": "POST", "url": "https://panel.sendcloud.sc/api/v3/event-subscriptions/connections/:id/authorization", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the connection to authorize." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Initiate the OAuth2 authorization flow for a connection that requires it (e.g., Klaviyo). Returns an authorization URL to redirect the user to." } ] } ], "bundled": true }