Connect a User via SMS

Connect a User using SMS verification. Identify the user either by date of birth or by legal first and last name as it appears on their credit file — at least one of the two is required. The connection will complete once the user has been verified using the sms verify endpoint.

To connect a user via SMS, please provide the following for the user:

  • US mobile phone number
  • Date of birth
  • One unique identifier:
    • If it is the first time connecting the user: extUserId
    • If you are connecting an existing user: userId
Body Params
string
required

The phone number in E.164 format.

string

The date of birth. Formatted as YYYY-MM-DD. At least one of dateOfBirth or firstName + lastName is required. If both are provided, dateOfBirth is used to resolve the identity and the name narrows the match.

string

The user's legal first name, as it appears on their credit file. Required when dateOfBirth is not supplied, and must be sent together with lastName.

string

The user's legal last name, as it appears on their credit file. Required when dateOfBirth is not supplied, and must be sent together with firstName.

string
required

An existing userId to connect with. One of extUserId or userId is required.

string
required

A unique external ID for the user. One of extUserId or userId is required.

audit
object

Consent metadata captured at the time of the connect request.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json