Linking Accounts

To access any of Fiskil’s products and successfully retrieve data an End User must be successfully authenticated to an account. To do this Fiskil provides an out of the box customisable Authentication Redirect, which can be easily found in the developer console.

The pre-requisites for this Auth Redirect to work is a successfully created End User and their end_user_id. For a step by step explanation, head to Getting Started. Once the Redirect has been created the flow is as follows:

  • Redirect to the link created in when you wish to prompt End User looks to connect an account. This is typically triggered by a button, but it can be performed in a variety of ways.
  • Your customised Auth Flow will then be generated and the End User will go through the consent flow to give you access to their data.
  • Once consent is complete, the End User will be asked to use one time pass information to access their Institution. When finalised the Auth Flow will redirect to the destination you elected in the Auth Redirect.

Was this page helpful?