Skip to main content
GET
/
tags
/
{identifier}
cURL
curl --request GET \
  --url http://localhost:10112/tags/{identifier}
{
  "id": "",
  "label": "",
  "slug": null
}

Path Parameters

identifier
string
required

Tag ID or slug

Response

Tag details

A Polymarket tag from the Gamma API

id
string
default:""
label
string
default:""
slug
string | null
Last modified on February 19, 2026