Settings - Tracking
You can track many of your recipients' interactions with your emails, including:
- Opening emails
- Clicking links
- Subscribing to (or unsubscribing from) your emails
For more information about tracking, please see our Tracking Settings documentation.
Retrieve Subscription Tracking Settings
GET /v3/tracking_settings/subscription
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve your current settings for subscription tracking.
Subscription tracking adds links to the bottom of your emails that allows your recipients to subscribe to, or unsubscribe from, your emails.
Authentication
- API Key
Headers
Responses
Indicates if subscription tracking is enabled.
The information and HTML for your unsubscribe link.
The HTML that will be displayed on the page that your customers will see after clicking unsubscribe, hosted on SendGrid’s server.
The information in plain text for your unsubscribe link. You should have the “<% %>” tag in your content, otherwise the user will have no URL for unsubscribing.
Your custom defined replacement tag for your templates. Use this tag to place your unsubscribe content anywhere in your emailtemplate.
The URL where you would like your users sent to unsubscribe.
format: uriNeed some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the SendGrid tag on Stack Overflow.