Watchlist
Fetches all companies currently in the authenticated user's watchlist.
Request samples
curl --location --request GET 'https://api.financialreports.eu/watchlist/' \
--header 'x-api-key;'
Responses
application/json
Successfully retrieved the watchlist. Returns an empty list if the watchlist is empty.
array of:
The unique identifier of the company.
[
{
"id": 0,
"name": "string"
}
]
Modified at 2025-05-24 05:59:30