Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Available options:
DNS record verified successfully. curl --request POST \
--url https://api.lettermint.co/v1/domains/{domainId}/dns-records/{recordId}/verify \
--header 'Authorization: Bearer <token>'{
"message": "DNS record verified successfully."
}curl --request POST \
--url https://api.lettermint.co/v1/domains/{domainId}/dns-records/{recordId}/verify \
--header 'Authorization: Bearer <token>'{
"message": "DNS record verified successfully."
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
DNS record verified successfully.