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 associated with the verification code being verified. +E164 formatted phone number.

Example:

"+13035551234"

Body

application/json
code
string
required

This is the code the user submits for verification.

Example:

"17686"

verify_profile_id
string<uuid>
required

The identifier of the associated Verify profile.

Example:

"12ade33a-21c0-473b-b055-b3c836e1c292"

Response

Expected verify response to a valid request.

data
object
required