---
title: "Find MX"
method: POST
path: "/domain/resolve/mx"
tags: ["Misc Domain API"]
---

# Find MX

`POST /domain/resolve/mx`

Convenience API to find and return the MX records for domain in higher priority order

## Request body

- object
  - `domain` string, required — Find MX records for domain
  - `timeout` number — Request wait time (in milliseconds), Maximum allowed wait time should not exceed 110000 milliseconds

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `503` — Service Unavailable
- `524` — Timeout Occurred

---

[API](https://skmtc.dev/clearout/apis/clearout-openapi.md) · [All operations](https://skmtc.dev/clearout/apis/clearout-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clearout/clearout-openapi/revisions/e9bdd90a5e76/schema)
