Skip to main content
GET
https://backend-develop.themarketunited.com
/
tags
/
{id}
Get tag
curl --request GET \
  --url https://backend-develop.themarketunited.com/tags/{id}
{
  "id": "<string>",
  "slug": "<string>",
  "name": "<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

id
string
required

Tag id.

Response

200 - application/json

Tag returned.

id
string
slug
string
name
string