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

Documentation Index

Fetch the complete documentation index at: https://unitedmarket.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

slug
string
required

Market group slug.

Response

200 - application/json

Market group returned.

id
string
slug
string
title
string