{ "opencollection": "1.0.0", "info": { "name": "Twilio SendGrid Provisioning Account Tracking API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tracking", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Tracking Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/tracking_settings", "headers": [ { "name": "on-behalf-of", "value": "" } ] }, "docs": "**This endpoint allows you to retrieve a list of all tracking settings on your account.**" }, { "info": { "name": "Retrieve Click Track Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/tracking_settings/click", "headers": [ { "name": "on-behalf-of", "value": "" } ] }, "docs": "**This endpoint allows you to retrieve your current click tracking setting.**\n\nClick Tracking overrides all the links and URLs in your emails and points them to either SendGrid’s servers or the domain with which you branded your link. When a customer clicks a link, SendGrid tracks those [clicks](https://sendgrid.com/docs/glossary/clicks/).\n\nClick tracking helps you understand how users are engaging with your communications. SendGrid can track up to 1000 links per email" }, { "info": { "name": "Update Click Tracking Settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sendgrid.com/v3/tracking_settings/click", "headers": [ { "name": "on-behalf-of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to enable or disable your current click tracking setting.**\n\nClick Tracking overrides all the links and URLs in your emails and points them to either SendGrid’s servers or the domain with which you branded your link. When a customer clicks a link, SendGrid tracks those [clicks](https://sendgrid.com/docs/glossary/clicks/).\n\nClick tracking helps you understand how users are engaging with your communications. SendGrid can track up to 1000 links per email" }, { "info": { "name": "Retrieve Google Analytics Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/tracking_settings/google_analytics", "headers": [ { "name": "on-behalf-of", "value": "" } ] }, "docs": "**This endpoint allows you to retrieve your current setting for Google Analytics.**\n\n\nGoogle Analytics helps you understand how users got to your site and what they're doing there. For more information about using Google Analytics, please refer to [Google’s URL Builder](https://support.google.com/analytics/answer/1033867?hl=en) and their article on [\"Best Practices for Campaign Building\"](https://support.google.com/analytics/answer/1037445).\n\nWe default the settings to Google’s recommendations. " }, { "info": { "name": "Update Google Analytics Settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sendgrid.com/v3/tracking_settings/google_analytics", "headers": [ { "name": "on-behalf-of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to update your current setting for Google Analytics.**\n\nGoogle Analytics helps you understand how users got to your site and what they're doing there. For more information about using Google Analytics, please refer to [Google’s URL Builder](https://support.google.com/analytics/answer/1033867?hl=en) and their article on [\"Best Practices for Campaign Building\"](https://support.google.com/analytics/answer/1037445).\n\nWe default the settings to Google’s recommendations. For" }, { "info": { "name": "Get Open Tracking Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/tracking_settings/open", "headers": [ { "name": "on-behalf-of", "value": "" } ] }, "docs": "**This endpoint allows you to retrieve your current settings for open tracking.**\n\nOpen Tracking adds an invisible image at the end of the email which can track email opens.\n\nIf the email recipient has images enabled on their email client, a request to SendGrid’s server for the invisible image is executed and an open event is logged.\n\nThese events are logged in the Statistics portal, Email Activity interface, and are reported by the Event Webhook." }, { "info": { "name": "Update Open Tracking Settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sendgrid.com/v3/tracking_settings/open", "headers": [ { "name": "on-behalf-of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to update your current settings for open tracking.**\n\nOpen Tracking adds an invisible image at the end of the email which can track email opens.\n\nIf the email recipient has images enabled on their email client, a request to SendGrid’s server for the invisible image is executed and an open event is logged.\n\nThese events are logged in the Statistics portal, Email Activity interface, and are reported by the Event Webhook." }, { "info": { "name": "Retrieve Subscription Tracking Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/tracking_settings/subscription", "headers": [ { "name": "on-behalf-of", "value": "" } ] }, "docs": "**This endpoint allows you to retrieve your current settings for subscription tracking.**\n\nSubscription tracking adds links to the bottom of your emails that allows your recipients to subscribe to, or unsubscribe from, your emails." }, { "info": { "name": "Update Subscription Tracking Settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sendgrid.com/v3/tracking_settings/subscription", "headers": [ { "name": "on-behalf-of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to update your current settings for subscription tracking.**\n\nSubscription tracking adds links to the bottom of your emails that allows your recipients to subscribe to, or unsubscribe from, your emails." } ] } ], "bundled": true }