{ "opencollection": "1.0.0", "info": { "name": "Twilio SendGrid Provisioning Account External Integration Endpoints API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "External Integration Endpoints", "type": "folder" }, "items": [ { "info": { "name": "ListIntegration", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/marketing/integrations" }, "docs": "This endpoint returns all the Integrations for the user making this call." }, { "info": { "name": "CreateIntegration", "type": "http" }, "http": { "method": "POST", "url": "https://api.sendgrid.com/v3/marketing/integrations", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint creates an Integration for email event forwarding. Each Integration has a maximum number of allowed Integration instances per user. For example, users can create up to 10 Segment Integrations." }, { "info": { "name": "DeleteBulkIntegration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sendgrid.com/v3/marketing/integrations", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Comma-delimited Integration IDs for the Integrations to delete." } ] }, "docs": "This endpoint deletes Integrations." }, { "info": { "name": "GetIntegration", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/marketing/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the Integration you would like to retrieve." } ] }, "docs": "This endpoint returns the data for a specific Integration." }, { "info": { "name": "UpdateIntegration", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sendgrid.com/v3/marketing/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the Integration you would like to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint updates an existing Integration." } ] } ], "bundled": true }