Skip to content

List tracking domains

Request

Retrieve all tracking domains for your account.

Returns a list of all tracking domains with their verification and SSL status.

Security
ApiKeyAuth
curl -i -X GET \
  https://api.mailerlogic.net/api/v1/customer/tracking-domains \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Tracking domains retrieved successfully

Bodyapplication/json
tracking_domainsArray of objects
Response
{ "tracking_domains": [ {}, {} ] }