curl --request POST \
--url https://app.spotzee.com/api/ext/generic/email/temporary-email-checker \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'email_domain=<string>'{
"status": "success",
"data": {
"result": "Operation completed successfully"
}
}Check if email address or domain is from a temporary email provider
curl --request POST \
--url https://app.spotzee.com/api/ext/generic/email/temporary-email-checker \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'email_domain=<string>'{
"status": "success",
"data": {
"result": "Operation completed successfully"
}
}Bearer token authentication. Use format: Bearer YOUR_API_KEY
Was this page helpful?