Skip to main content
POST
/
domains
/
{id}
/
verify
Re-check verification
curl --request POST \
  --url https://api.sentvia.ai/v1/domains/{id}/verify \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "hostname": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

OK

id
string
hostname
string
status
string