Mailactor
API reference

Verify domain DNS

Required scope: domain:manage.

POST/v1/domains/{domainId}/verify

Authorization

tenantApiKey
x-api-key<token>

A scoped tenant key returned once by an operator. Never place it in URLs, logs, prompts, or client-side application code.

In: header

Path Parameters

domainId*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

# Set the API key and replace resource IDs with your saved IDs.curl --fail-with-body --silent --show-error -X POST \  "https://api.mailactor.com/v1/domains/$DOMAIN_ID/verify" \  -H "x-api-key: $MAILACTOR_API_KEY"