curl --request POST \
--url https://app.spotzee.com/api/ext/generic/email/dmarc-lookup \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data domain=example.com{
"status": "success",
"data": {
"result": "Operation completed successfully"
}
}Lookup and analyze DMARC record for a domain
curl --request POST \
--url https://app.spotzee.com/api/ext/generic/email/dmarc-lookup \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data domain=example.com{
"status": "success",
"data": {
"result": "Operation completed successfully"
}
}Bearer token authentication. Use format: Bearer YOUR_API_KEY
Domain name
"example.com"
Was this page helpful?