Watchlist
Adds a specified company to the authenticated user's watchlist. The company_id
must be provided in the request body.
Request
Body Params application/x-www-form-urlencoded
The unique identifier of the company to add or remove from the watchlist.
Request 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.
Indicates the status of the operation (e.g., 'success', 'error').
A human-readable message describing the outcome.
The ID of the company related to the action, if applicable.
{
"status": "string",
"message": "string",
"company_id": 0
}
Modified at 2025-05-24 05:59:30