Generate Lite Connect URL

POST {{baseUrl}}/connect/v2/generate/lite

Connect Lite is a variation of Connect Full (POST /connect/v2/generate), which has a limited set of features. * Sign in, user's credentials, and Multi-Factor Authentication (MFA) * No user account management

The Connect Web SDK isn't a requirement when using Connect lite. However, if you want to use the SDK events, routes, and user events, then you must integrate with the Connect Web SDK.

Supported regions: πŸ‡ΊπŸ‡Έ

Request Body

{"partnerId"=>"{{partnerId}}", "customerId"=>"{{customerId}}", "language"=>"en", "institutionId"=>4222, "redirectUri"=>"https://www.finicity.com/connect/", "webhookContentType"=>"application/json", "singleUseUrl"=>true, "isWebView"=>true}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
Finicity-App-Tokenstring
Finicity-App-Keystring

RESPONSES

status: OK

{}