cURL
curl --request GET \ --url https://tilt.io/api/v1/backchannel/holdings \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "user_id": 123, "tilt_asset_id": "<string>", "amount": "<string>", "symbol": "<string>", "name": "<string>", "isin": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List user holdings