Access Level Required: Requires Standard Access (Level 1).
Adds a specified company to the authenticated user's watchlist.Request
Add parameter in header X-API-Key
Example:X-API-Key: ********************
or
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Body Params application/jsonRequired
An example of a request body to add a company to the watchlist.
Request Code Samples
curl --location 'https://api.financialreports.eu/watchlist/companies/' \
--header 'x-api-key;' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"company_id": 14
}'
Responses
Company successfully added to the watchlist.
{
"status": "success",
"message": "Company added to watchlist.",
"company_id": 14
}
Modified at 2026-09-11 14:56:11