Run in Apidog
Access Level Required: Requires Standard Access (Level 1) .
Fetches all companies currently in the authenticated user's watchlist. Results are paginated. Request Add parameter in header X-API-Key
Example: X-API-Key: ********************
or
Add the parameter Authorization
to Headers Example: Authorization: ********************
or
Request Code Samples
curl --location 'https://api.financialreports.eu/watchlist/' \
--header 'x-api-key;' \
--header 'X-API-Key: <api-key>' Responses Successfully retrieved the watchlist.
[
{
"id" : 14 ,
"name" : "adidas AG"
} ,
{
"id" : 6910 ,
"name" : "Mega Or Holdings Ltd."
}
]
Modified at 2026-09-11 14:56:11