Domain Search
Retrieves all stored mailbox addresses for a domain along with detailed validation info, paginated.
Endpoint
POST /api/v1/domain_search
Base URL
https://smtpghost.com/api/v1/domain_searchHeaders
Header
Value
Required
Content-Type
application/json
Yes
X-KEY
<your-organization-api-key>
Yes
Request Body
{
"domain": "voymedia.com",
"page": 1,
"items": 20
}Success Response (200 OK)
Domain Found & Emails Returned
No Emails Found
Domain Not in Database
You will never receive a 404 for a missing endpoint—only structured JSON responses with the above statuses.
Error Responses
400 Bad Request
402 Payment Required
500 Internal Server Error
On any unexpected exception, your credits are refunded and a 500 is returned with status: "error".
Last updated