Access Level Required: Requires Level 1 Plan or higher.
Adds a specified company to the authenticated user's watchlist.Request
Body Params application/x-www-form-urlencoded
Request Code Samples
curl --location --request POST 'https://api.financialreports.eu/watchlist/companies/' \
--header 'x-api-key;' \
--data-urlencode 'company_id='
Responses
application/json
Company successfully added to the watchlist.
{
"status": "success",
"message": "Company added to watchlist.",
"company_id": 14
}
Modified at 2025-08-16 09:53:31