POST
/
connect
/
sessions
/
reauthenticate

NOTE: The connect session uses Basic Auth; in the sample request above use client_id as the username and client_secret as a password. For example: Authorization: Basic <base64 encoded client_id:client_secret>

Authorizations

Authorization
string
headerrequired

Please use base64 encoded client_id:client_secret

Body

application/json
redirect_uri
string | null

The URI to redirect to after the Connect flow is completed

minutes_to_expire
integer | null

The number of minutes until the session expires (defaults to 20,160, which is 14 days)

products
enum<string>[] | null

The products to request access to (optional for reauthentication)

Available options:
company,
directory,
individual,
employment,
payment,
pay_statement,
benefits,
ssn
connection_id
string
required

The ID of the existing connection to reauthenticate

Response

201 - application/json
session_id
string
required

The unique identifier for the created connect session

connect_url
string
required

The Connect URL to redirect the user to for reauthentication