Trigger domain verification in Resend to check if DNS records are correctly configured. This updates the domain status based on Resend's verification results.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200
application/json
Domain verification triggered and status updated
Body
🟠400
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.hmsovereign.com/api/v1/domains/verify' \
--header'Authorization: Bearer <token>'