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
The response is of type object.
object