curl --request GET \
--url https://gamma-api.polymarket.com/events/{id}/tags
[
{
"id": "<string>",
"label": "<string>",
"slug": "<string>",
"forceShow": true,
"publishedAt": "<string>",
"createdBy": 123,
"updatedBy": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"forceHide": true,
"isCarousel": true
}
]
curl --request GET \
--url https://gamma-api.polymarket.com/events/{id}/tags
[
{
"id": "<string>",
"label": "<string>",
"slug": "<string>",
"forceShow": true,
"publishedAt": "<string>",
"createdBy": 123,
"updatedBy": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"forceHide": true,
"isCarousel": true
}
]
Tags attached to the event
The response is of type object[]
.