cURL
curl --request GET \ --url https://api.jetemail.com/inbound/allowlist \ --header 'Authorization: Bearer <token>'
{ "success": true, "rules": [ { "uuid": "550e8400-e29b-41d4-a716-446655440000", "domain": "example.com", "type": "from", "action": "allow", "value": "[email protected]", "notes": "Trusted sender", "last_modified": 1735689600 } ] }
Retrieves allowlist rules for a specific domain
API key for account management endpoints. Use your api_ prefixed token.
Domain to fetch allowlist rules for
Successfully retrieved allowlist rules
true
Show child attributes