FreshMail API Docs
Subscription Mode *
Sign in to send a test request
To use the test request feature you need a valid leadThing.dev API key, please sign in to get one.
{
"url": "https://leadthing.dev/api/freshmail",
"method": "POST",
"headers": {
"apiKey": "Sign in to get your LEADTHING.DEV API key",
"content-type": "application/json"
},
"body": {
email: "john.smith@example.com",
listHash: "the hash of your list",
freshmailApiKey: "FRESHMAIL_API_KEY",
freshmailApiSecret: "FRESHMAIL_API_SECRET",
subscriptionMode: "DOUBLE_OPT_IN"
}
}