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 Tracking Settings
GET /v3/tracking_settings
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve a list of all tracking settings on your account.
Authentication
- API Key
Headers
Authorization
string
default: Bearer <<YOUR_API_KEY_HERE>>
required
on-behalf-of
string
default: The subuser's username. This header generates the API call as if the subuser account was making the call.
Responses
object
result
array[object]
The list of all tracking settings.
name
string
The name of the event being tracked.
title
string
The title of the tracking setting.
description
string
A description about the event that is being tracked.
enabled
boolean
Indicates if this tracking setting is currently enabled.
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.