Retrieve Tags for an Event
Endpoint
Section titled “Endpoint”GET /events/{id}/tags
Server: https://gamma.openfish.fun
Tags: Events
Path Parameters
Section titled “Path Parameters”| Name | In | Type | Description |
|---|---|---|---|
id | path | string | Required. Event ID |
Response
Section titled “Response”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" }]curl "https://gamma.openfish.fun/events/456/tags"