Fetch the latest domain status from Resend and update your local configuration. Use this to check if verification has completed or if any records need attention.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Responses
🟢200OK
application/json
Domain status refreshed successfully
Body
🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.hmsovereign.com/api/v1/domains/refresh' \
--header'Authorization: Bearer <token>'