Connect
Create a new connect session
Create a new connect session for an employer
POST
/
connect
/
sessions
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
Headers
Header used to specify the version for a given API request. Current version is 2020-09-17.
Body
application/json
Required string length:
1 - 255
Required string length:
1 - 255
Available options:
company
, directory
, individual
, employment
, payment
, pay_statement
, benefits
, ssn
The number of minutes until the session expires (defaults to 20,160, which is 14 days)
Required range:
1 < x < 129600
Available options:
finch
, provider
Was this page helpful?