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
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200
application/json
Domain status refreshed successfully
Body
🟠400
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.hmsovereign.com/api/v1/domains/refresh' \
--header'Authorization: Bearer <token>'