Connect
Create a new Connect session for reauthentication
Create a new Connect session for reauthenticating an existing connection
POST
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
Please use base64 encoded client_id:client_secret
Body
application/json
The ID of the existing connection to reauthenticate
The number of minutes until the session expires (defaults to 20,160, which is 14 days)
The products to request access to (optional for reauthentication)
Available options:
company
, directory
, individual
, employment
, payment
, pay_statement
, benefits
, ssn
The URI to redirect to after the Connect flow is completed
Was this page helpful?