Get an event by ID
Events
Get an event by ID
Retrieves detailed event information including settings and configuration.
GET
Get an event by ID
Documentation Index
Fetch the complete documentation index at: https://docs.envelope.so/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Event ID to retrieve.
Response
Event details retrieved successfully.
Event ID
Example:
{
"properties": [
{
"id": "yN9hzaCj",
"type": "select",
"_en": { "name": "Ticket type" },
"options": [
{
"id": "1QLXYBlw",
"_en": { "value": "VIP" }
},
{
"id": "PCx9ruxP",
"_en": { "value": "Standard" }
}
]
},
{
"id": "X62TkjiV",
"type": "text",
"_en": { "name": "Note" },
"options": []
},
{
"id": "Ybb48GO7",
"type": "multiSelect",
"_en": { "name": "Interests" },
"options": [
{
"id": "7bR7m2au",
"_en": { "value": "Technology" }
},
{
"id": "BdwYyYmi",
"_en": { "value": "Business" }
},
{
"id": "4igVHOnN",
"_en": { "value": "Marketing" }
}
]
}
]
}Date and time when the event was created
Date and time when the event was last updated