Skip to content

Retrieve Tags for an Event

GET /events/{id}/tags

Server: https://gamma.openfish.fun

Tags: Events


NameInTypeDescription
idpathstringRequired. Event ID

200 — A JSON array of Tag objects linked to this event.

[
{
"id": "42",
"label": "Crypto",
"slug": "crypto",
"forceShow": false,
"forceHide": false,
"isCarousel": false,
"requiresTranslation": false,
"createdAt": "2025-01-01T00:00:00+00:00",
"updatedAt": "2025-01-01T00:00:00+00:00"
}
]

Terminal window
curl "https://gamma.openfish.fun/events/456/tags"