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
Enter your Bearer token in the format "Bearer {token}"
Domain to fetch allowlist rules for
Successfully retrieved allowlist rules
The response is of type object.
object