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.

Path Parameters

phone_number
string
required

The phone number being verified. +E164 formatted phone number.

Example:

"+15551234567"

Body

application/json
verification_code
string
required
Example:

"123456"

Response

Expected response to a valid request.

data
VerifiedNumberResponse · object