Email opt-out status
Check if a specific email address has opted out. If email is returned the email has opted-out. If email is not found email has not opted out.
Path Parameters
- Type: stringemailrequired
Responses
- application/json
- application/problem+json
- application/problem+json
- application/problem+json
- 414
URI Too Long
- application/problem+json
- 431
Request Header Fields Too Large
- application/problem+json
Request Example for get/v1/account/optouts/{email}
curl 'https://api.questback.com/v1/account/optouts/{email}'
{
"email": "test1@example.com",
"addedAt": "2026-04-18T11:03:58.5027799Z"
}