Account

REST API Method: ACCOUNT

Returns an account key and the image tag that should be included in campaign body.

URL:

https://api.mailmonitorapp.com/mma/opentracker/account

HTTP Method(s):

GET

Response:

JSON usage summary object with the following fields:

    • accountKey: account key for the opentracker account

    • imageTag: an html tag that should be included in a campaign body so that way is tracked when an email is opened

JSON example response:

{

"accountKey": "eb86666a5db9a29666c",

"imageTag": "<img src=\"https://open.mmtrk.co/o/eb86666a5db9a29666c?d={campaignId}\" />"

}