Skip to content

List all domains

Request

Retrieve all domains registered to your account with their verification status. Use this to check which domains are ready for sending emails.

Security
ApiKeyAuth
curl -i -X GET \
  https://api.mailerlogic.net/api/v1/customer/domains \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Domains retrieved successfully

Bodyapplication/json
domainsArray of objects(Domain)
Response
{ "domains": [ {} ] }