Skip to main content
POST

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Optional parameters to customize the behaviour of Finverse Link's UI to fit your implementation requirements

user_present
boolean

Flag to indicate whether the user is present in the customer's app (to handle any 2FA action steps required during authorization). If user_present = true: Finverse will use the "user-present refresh" mode. This allows initiating a refresh for any institution. If user_present = false or omitted: Finverse will use the "background refresh" mode. This only allows refreshing when the institution's login_details.refresh_supported = true.

Response

Refresh queued

access_token
string
required

Link session token (referred to as link_token)

expires_in
integer<int64>
required

Token validity length (in seconds)

issued_at
string<date-time>
required

Token issue time

URL to launch the Finverse Link UI flow associated with this link_token, for the end-user to view the refresh status, or to provide 2F action inputs.

Example:

"https://link.dev.finverse.net/onboarding?token=dasdsa8erhiu7rey78r"

login_identity_id
string
required

Finverse Login Identity ID for the Login Identity being refreshed.

token_type
string
required

Possible values: Bearer