Skip to main content
POST
/
v3
/
{customerId}
/
Investments
Get Investments
curl --request POST \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/Investments \
  --header 'Content-Type: application/json' \
  --data '
{
  "MostRecentCached": "true"
}
'
{
  "Investments": [
    {}
  ],
  "Message": "<string>"
}

Path Parameters

customerId
string
required

Unique GUID provided by Flinks that grants you access to the environment specified in the instance field. By default, the value is the key for the toolbox environment.

Body

application/json
LoginId
string

Access Token that's associated with a customer account.

RequestId
string
default:3fa391bc-bc52-4424-82c5-8662600df9b2

Connected account's Session Token.

MostRecentCached
string
default:true

Tells the API to pull the most recent data. Must = 'true'.

Response

OK

Investments
object[]
Message
string