Skip to main content
GET
https://api.unitedmarket.ai
/
market-groups
/
{slug}
Get market group
curl --request GET \
  --url https://api.unitedmarket.ai/market-groups/{slug}
{
  "id": "<string>",
  "slug": "<string>",
  "title": "<string>"
}

Path Parameters

slug
string
required

Market group slug.

Response

200 - application/json

Market group returned.

id
string
slug
string
title
string