POST
/
v2
/
discovery
/
{marketId}
/
publish
Publish a market
curl --request POST \
  --url https://rest.forestreet.com/v2/discovery/{marketId}/publish \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "pipelineChoices": {
    "skipDiscoveryReview": false,
    "runReverseGeocoding": true,
    "runDunsMapper": true,
    "runPeople": true,
    "runNews": true,
    "runEsg": true,
    "runMomentumScore": true,
    "runMarketRadar": true,
    "runTopicAnalysis": true,
    "runPhraseExplorer": true,
    "runGenerateFeatureMap": true,
    "runSendPublishEmail": true
  }
}'
{
  "success": true,
  "message": "<string>",
  "metadata": {
    "marketId": 123,
    "jobIds": [
      123
    ]
  }
}

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Path Parameters

marketId
string
required

Unique identifier for the market study.

Body

application/json

Response

Publish a market in discovery workflow response

The response is of type object.