List all events
curl --request GET \
--url https://envelope.so/api/v1/events \
--header 'x-api-key: <api-key>'{
"results": [
{
"_id": "<string>",
"general": {
"title": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"timezone": "Europe/London",
"location": {
"placeName": "<string>",
"address": "<string>",
"city": "<string>",
"zipCode": "<string>",
"country": "<string>"
},
"langs": [
"en",
"es"
]
},
"guestlist": {
"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"
}
}
]
}
]
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}Events
List all events
Retrieves accessible events with optional time-based filtering.
GET
/
v1
/
events
List all events
curl --request GET \
--url https://envelope.so/api/v1/events \
--header 'x-api-key: <api-key>'{
"results": [
{
"_id": "<string>",
"general": {
"title": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"timezone": "Europe/London",
"location": {
"placeName": "<string>",
"address": "<string>",
"city": "<string>",
"zipCode": "<string>",
"country": "<string>"
},
"langs": [
"en",
"es"
]
},
"guestlist": {
"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"
}
}
]
}
]
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}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.
⌘I