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.

List assets transfer orders performed by a user during an assets transfer flow

get

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
Path parameters
tokenstringRequired

Token to identify the connection

Responses
200
Successfully retrieved assets transfer orders
application/json
get
GET /api/v1/queries/connections/{token}/assets-transfer HTTP/1.1
Host: api.finlink.vumi.io
Authorization: Bearer JWT
Accept: */*
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "portfolio": "text",
    "investment": "123e4567-e89b-12d3-a456-426614174000",
    "name": "Fondo de prueba 1",
    "isin": "ES0000000000",
    "currency": "EUR",
    "assetType": "FUND",
    "titles": 0.50338,
    "amount": 12.29,
    "total": true,
    "marketer": {
      "name": "Renta 4",
      "cif": "A82473018"
    },
    "managementCompany": {
      "name": "Vumi Portfolio SL",
      "cif": "A00000000"
    }
  }
]

Last updated