cURL
curl --request GET \ --url https://api.jetemail.com/inbound/blocklist \ --header 'Authorization: Bearer <token>'
{ "success": true, "rules": [ { "uuid": "550e8400-e29b-41d4-a716-446655440000", "domain": "example.com", "type": "email", "action": "block", "value": "[email protected]", "notes": "Known spam account", "last_modified": 1735689600 } ] }
Retrieves blocklist rules for a specific domain
Enter your Bearer token in the format "Bearer {token}"
Domain to fetch blocklist rules for
Successfully retrieved blocklist rules
The response is of type object.
object