v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Event types

Get an event type

Get information about a specific event type.

get/event-types/{event_type_id}

Path parameters

event_type_idstring required

The unique ID of the event type.

Headers

Accept-Languagestring

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

Response

OK

Example response

{
  "data": {
    "event_type_id": "82d0f9d976dee39aac13dc7ea",
    "event_group_id": "8bed991c68a470eaaeffbf048",
    "event_group_text_id": "shopping",
    "name": "Voucher activation",
    "text_id": "voucher_activation",
    "icon_name": "check_box",
    "state": 1
  }
}