POST
/
markets
/
{marketId}
/
topics

Path

marketId
string

The ID of the market whose companies you want to retrieve.

Body Request Object Example

Sort by label ascending

{
  "sorts": {
    "label": "asc"
  }
}