v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Event groups

Get an event group

Get information about a specific event group.

get/event-groups/{event_group_id}

Path parameters

event_group_idstring required

The unique ID of the event group.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "event_group_id": "86e05affc7a7abefc513ab4tt0",
    "name": "Shopping Cart",
    "text_id": "shopping_cart",
    "state": 1
  }
}