Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Body

application/json
phone_numbers
string[]
required

The phone numbers list to be verified.

A valid US phone number in E164 format.

Pattern: ^\+1\d{10}$

Response

Successful Response

data
object[]