{ "opencollection": "1.0.0", "info": { "name": "Knock Audiences Accounts Integrations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "Process a Census RPC request", "type": "http" }, "http": { "method": "POST", "url": "https://api.knock.app/v1/integrations/census/custom-destination", "body": { "type": "json", "data": "{}" } }, "docs": "Processes a Census custom destination RPC request." }, { "info": { "name": "Process a Hightouch RPC request", "type": "http" }, "http": { "method": "POST", "url": "https://api.knock.app/v1/integrations/hightouch/embedded-destination", "body": { "type": "json", "data": "{}" } }, "docs": "Processes a Hightouch embedded destination RPC request." } ] } ], "bundled": true }