Assets transfer
Returns the information of an assets transfer completed by a user through the Finlink Link. This endpoint will return the assets transfer orders that the final user has completed the information for.
Retrieve all assets transfer orders performed by a user during an assets transfer flow for a given connection if it belongs to the current app
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired
Token to identify the connection
Responses
200
Successfully retrieved assets transfer orders
application/json
401
Invalid credentials
application/json
404
Connection not found with the given token for the current app
application/json
500
Internal server error
application/json
get
/api/v1/queries/connections/{token}/assets-transferLast updated