cURL
curl --request POST \ --url https://{instance}-api.private.fin.ag/v3/{customerId}/Investments \ --header 'Content-Type: application/json' \ --data ' { "MostRecentCached": "true" } '
{ "Investments": [ {} ], "Message": "<string>" }
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.
Access Token that's associated with a customer account.
Connected account's Session Token.
Tells the API to pull the most recent data. Must = 'true'.
OK
Was this page helpful?