cURL
curl --request PATCH \ --url https://rest.forestreet.com/v2/discovery/{marketId}/companies/reviews \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "reviewStatus": "include", "target": { "mode": "partial", "domains": [ "<string>" ] } }'
{ "status": "success", "message": "<string>", "updatedCompaniesCount": 123 }
Update company review status for a market
Pass a static API key for every request, provided by your customer support.
Unique identifier for the market study.
Company review status updated
The response is of type object.
object