Link authentication
Last updated
Last updated
This endpoint provides an alternative way of initializing the connection flow using our Link solution, as explained in . You can indicate the Link parameters using this endpoint to receive a JWT that can be used in the Link flow, so that you can avoid starting the Link with parameter values and instead just pass down the generated auth token. Using this flow is mandatory if you want to limit the owners in the Assets Transfer Flow.
Retrieves a JWT token to start a connection flow in the Link with the indicated parameters
Request to start a widget flow from the API side
Unique identifier of the financial entity to connect to (e.g., 'santander', 'bbva')
santander
Type of financial data to extract from the connection
TRANSACTIONS
Possible values: Subtype of the product for more specific data extraction. Only required for ASSETS_TRANSFER product, else it should be null
FUND
Possible values: External identifier to group multiple connections under the same reference. It might be something like a customer id or a user id
customer-123
List of desired owners for assets transfer operations (only applicable for ASSETS_TRANSFER product). It will mark as non-transferable those positions which owners are similar to the ones in the list
["John Doe","Jane Smith"]
UUID of the app redirect configuration that determines where the widget will redirect after completion
123e4567-e89b-12d3-a456-426614174000