Skip to main content
POST
/
domains
/
{domainId}
/
dns-records
/
verify
Verify all DNS records for a domain
curl --request POST \
  --url https://api.lettermint.co/v1/domains/{domainId}/dns-records/verify \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

domainId
string
required

Response

message
string
required