cURL
curl --request GET \ --url https://api.jetemail.com/inbound/settings/{uuid} \ --header 'Authorization: Bearer <token>'
{ "success": true, "results": [ { "nexthop": "mail.internal-server.com:587", "status": "active", "digestSettings": [ { "id": 1, "notification_email": "[email protected]", "domain": "example.com", "email": "[email protected]", "type": "domain", "digestTime": "09:00" } ] } ] }
Retrieves settings for a specific inbound domain
Enter your Bearer token in the format "Bearer {token}"
UUID of the domain
Successfully retrieved domain settings
true
Show child attributes
Next hop server
"mail.internal-server.com:587"
Current status of the domain
active
disabled
"active"
Digest setting ID
1
Email address for notifications
"[email protected]"
Domain name
"example.com"
Email address
Digest type (domain-wide or email-specific)
domain
email
"domain"
Time for digest delivery
"09:00"