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

Authorizations

Authorization
string
header
required

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

Path Parameters

domainId
string
required
recordId
string
required

Response

message
enum<string>
required
Available options:
DNS record verified successfully.