{ "opencollection": "1.0.0", "info": { "name": "Flexport REST Bookings Webhooks API", "version": "2023-07-01" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flexport.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.flexport.com/v2/webhooks" }, "docs": "List webhook subscriptions" }, { "info": { "name": "Create a webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.flexport.com/v2/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook subscription" } ] } ], "bundled": true }