List Email Links
Returns the set of distinct outbound URLs found in the rendered body of the email. Useful for validating that link tracking will cover the links you expect, or for auditing links before a large send.
Path Parameters
idnumberrequired
Id of the email to retrieve links for.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"links": [
"https://docs.dailystory.com/article/coupons",
"https://www.dailystory.com/integrations/brandlive/",
"https://docs.dailystory.com",
"https://www.facebook.com/dailystoryhq/",
"https://twitter.com/dailystorydm",
"https://www.linkedin.com/company/dailystory-llc"
]
}
}
HTTP Response Parameters
linksarray
Array of distinct outbound URL strings found in the email body. Order is not guaranteed.