Skip to main content
WEBHOOK
invalid_phone
{
  "transactionId": "019687e1-1b54-70f4-a68a-60af7fa776f4",
  "eventType": "invalid_phone",
  "body": {
    "phoneNumber": "5551234567",
    "reason": "Phone is a landline"
  }
}

Authorizations

x-api-key
string
header
required

Your Tatango API key. This is required for all requests to the API. You can find your API key in the Tatango App under My Account -> API -> Create API Key.

Body

application/json

The Invalid Phone webhook payload.

transactionId
string
required

The unique transaction identifier for tracking the message.

eventType
string
required

The type of webhook event.

Allowed value: "invalid_phone"
body
object
required