curl --request GET \
--url https://api.eventlink.co/v1/events/{slug}{
"data": {
"event": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"shortDescription": "<string>",
"type": "PHYSICAL",
"visibility": "PUBLIC",
"capacity": 1,
"status": "PUBLISHED",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"timezone": "<string>",
"location": {},
"organizationDomain": "<string>",
"organizationTimeFormat": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"canceledAt": "2023-11-07T05:31:56Z",
"registration": {
"id": "<string>",
"provider": "<string>",
"formId": "<string>",
"portalId": "<string>",
"customUrl": "<string>",
"formSchema": {}
},
"waitlistEnabled": true,
"approvalRequired": true,
"previewThumbnailUrl": "<string>",
"thumbnailStatus": "<string>",
"isReady": true
},
"publishedSnapshot": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"version": 3,
"publishedAt": "2023-11-07T05:31:56Z",
"changeSummary": "Published agenda updates"
},
"snapshot": {
"event": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"shortDescription": "<string>",
"type": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"timezone": "<string>",
"location": {},
"visibility": "<string>",
"capacity": 1,
"waitlistEnabled": true,
"approvalRequired": true,
"previewThumbnailUrl": "<string>",
"thumbnailStatus": "<string>",
"status": "<string>",
"canceledAt": "2023-11-07T05:31:56Z"
},
"registration": {
"id": "<string>",
"provider": "<string>",
"formId": "<string>",
"portalId": "<string>",
"customUrl": "<string>",
"formSchema": {}
},
"theme": {},
"seo": {},
"sessions": [
{}
],
"speakers": [
{}
],
"sponsors": [
{}
]
}
},
"meta": {
"cached": false,
"cacheConfigured": true,
"cacheTtlSeconds": 60,
"source": "postgres"
}
}Returns the latest published snapshot for an event slug.
curl --request GET \
--url https://api.eventlink.co/v1/events/{slug}{
"data": {
"event": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"shortDescription": "<string>",
"type": "PHYSICAL",
"visibility": "PUBLIC",
"capacity": 1,
"status": "PUBLISHED",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"timezone": "<string>",
"location": {},
"organizationDomain": "<string>",
"organizationTimeFormat": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"canceledAt": "2023-11-07T05:31:56Z",
"registration": {
"id": "<string>",
"provider": "<string>",
"formId": "<string>",
"portalId": "<string>",
"customUrl": "<string>",
"formSchema": {}
},
"waitlistEnabled": true,
"approvalRequired": true,
"previewThumbnailUrl": "<string>",
"thumbnailStatus": "<string>",
"isReady": true
},
"publishedSnapshot": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"version": 3,
"publishedAt": "2023-11-07T05:31:56Z",
"changeSummary": "Published agenda updates"
},
"snapshot": {
"event": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"shortDescription": "<string>",
"type": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"timezone": "<string>",
"location": {},
"visibility": "<string>",
"capacity": 1,
"waitlistEnabled": true,
"approvalRequired": true,
"previewThumbnailUrl": "<string>",
"thumbnailStatus": "<string>",
"status": "<string>",
"canceledAt": "2023-11-07T05:31:56Z"
},
"registration": {
"id": "<string>",
"provider": "<string>",
"formId": "<string>",
"portalId": "<string>",
"customUrl": "<string>",
"formSchema": {}
},
"theme": {},
"seo": {},
"sessions": [
{}
],
"speakers": [
{}
],
"sponsors": [
{}
]
}
},
"meta": {
"cached": false,
"cacheConfigured": true,
"cacheTtlSeconds": 60,
"source": "postgres"
}
}