Skip to main content
GET
/
inbound
/
domains
Get inbound domains
curl --request GET \
  --url https://api.jetemail.com/inbound/domains \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "result": [
    {
      "uuid": "550e8400-e29b-41d4-a716-446655440000",
      "domain": "example.com",
      "delivery_type": "smtp",
      "status": 1,
      "last_modified": 1735937552,
      "created_at": 1735937552
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Response

Successfully retrieved domains

success
boolean
Example:

true

result
object[]