Skip to main content
WEBHOOK
contactVerificationStatusChange
{
  "eventName": "contact.verification.status_change",
  "domains": [
    "<string>"
  ],
  "verificationId": 4897668,
  "verification": {
    "status": "verified"
  }
}

Authorizations

Authorization
string
header
required

Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.

Headers

X-NAMECOM-SIGNATURE
string
required

HMAC signature for the request payload. See HMAC signing documentation for example code and detailed explanation of signing.

Example:

"djasfgafgflgsdfgdsfkhfhjas,12334782,1123-3423-4dss4-354"

Body

application/json
eventName
enum<string>
required
Available options:
contact.verification.status_change
domains
string[]
required
verificationId
number<int64>
required

The id of the verification record for the contact. Please note, this is different than the contact_id that may be returned in other API contexts. This id specifically relates to the verification and will be different than an contact_id for the same contact record in other contexts.

Example:

4897668

verification
object
required

Response

The subscribed server accepted the request.