VoiceDock Docs
ApiDomains

Refresh domain status

POST
/domains/refresh

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.

Authorization

BearerAuth
AuthorizationBearer <token>

API key authentication. Get your key from the dashboard.

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/domains/refresh"
{
  "domain": {}
}
{
  "error": "string",
  "needsConfig": true
}
{
  "error": "Invalid API key",
  "message": "string"
}
{
  "error": "Invalid API key",
  "message": "string"
}