cURL
curl --request POST \ --url https://api.arkhq.io/v1/suppressions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "address": "[email protected]", "reason": "user requested removal" } '
{ "success": true, "data": { "id": "789", "address": "[email protected]", "createdAt": "2023-11-07T05:31:56Z", "reason": "hard_bounce" }, "meta": { "requestId": "req_V1StGXR8_Z5jdHi6" } }
Add an email address to the suppression list. The address will not receive any emails until removed.
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEY
Email address to suppress
1
Reason for suppression (accepts null)
"unsubscribed"
Address suppressed
Show child attributes