Retrieving a list of custom tracking domains requires specific syntax for the REST API.

Associated API Topics

REST Syntax

Click to view all Email REST Resources
NOTE: API is case sensitive. Make all [PARAMS] and RETURN-TYPE entries lower case.
GET/domains -- Retrieves a list of custom tracking domains.HTTP Action -- GETURIs -- http://emailapi.dynect.net/rest/RETURN-TYPE/domains
Click for RETURN-TYPE information
Arguments [PARAMS] -- Click for More Info
Response -- Click for More Info

Example Results (JSON)

{"response":{"status":200,"message":"OK","data":{"emailaddress":"example@domain.com","spf":1,"dkim":1,"dkimval":"private"}}}