Skip to main content
GET
/
v1
/
events
/
detail
Get Event By ID
curl --request GET \
  --url http://localhost:4000/v1/events/detail \
  --header 'Authorization: Bearer <token>'
{ "data": { "id": 123, "linkPrefix": "<string>", "name": "<string>", "eventType": "<string>", "status": "<string>", "accountId": 123, "userId": 123, "isDefaultNotification": true, "optimizationPriorities": [ { "id": 123, "priority": 123, "userId": 123, "eventId": 123, "user": { "id": 123, "firstName": "<string>", "lastName": "<string>", "email": "<string>", "profilePictureKey": "<string>", "previewId": "<string>", "signedUrl": "<string>", "userAccounts": [ { "inviteNotAccepted": true } ], "calendarConnected": true, "zoomConnected": true, "inviteNotAccepted": true, "activeAvailability": { "id": 123, "availabilityDays": [ { "id": 123, "name": "<string>", "timings": [ { "startTime": "<string>", "endTime": "<string>" } ], "active": true } ], "name": "<string>", "timeZone": "<string>" }, "availabilitySet": true } } ], "inviteeQuestions": [ { "id": 123, "statement": "<string>", "type": "<string>", "required": true, "options": {}, "displayIndex": 123, "deletedAt": "<unknown>" } ], "workflowEvents": [ { "workflow": { "id": 123, "eventCallStateId": 123, "name": "<string>", "immediate": true, "minutes": 123, "unit": "<string>", "disabled": true } } ], "EventRules": [ { "rule": { "id": 123, "name": "<string>", "type": "<string>", "disabled": true, "multiBookingConditions": [ { "customFieldEvent": { "customFieldId": 123 }, "customFieldEventId": 123, "condition": "<string>", "value": "<string>", "operator": "<string>" } ] } } ], "EventLogicGroup": [ { "minSlotsCheck": true, "EventLogicUsers": [ { "user": { "id": 123, "email": "<string>", "firstName": "<string>", "lastName": "<string>", "profilePictureKey": "<string>", "signedUrl": "<string>" } } ], "EventLogics": [ { "id": 123, "eventId": 123, "inviteeQuestionId": 123, "customFieldId": 123, "condition": "<string>", "value": "<string>", "operator": "<string>", "customField": {}, "customFieldEvent": {} } ] } ], "CustomFieldEventMap": [ { "id": 123, "statement": "<string>", "required": true, "displayIndex": 123, "customField": {} } ], "DisqualificationLogicGroup": [ { "redirectUrl": "<string>", "EventConditionalLogics": [ { "id": 123, "eventId": 123, "statement": "<string>", "operator": "<string>", "value": "<string>", "condition": "<string>", "disqualificationGroupId": 123 } ] } ], "eventImage": { "id": 123, "imageUrl": "<string>", "imageKey": "<string>", "signedUrl": "<string>" }, "account": { "emailValidationEnabled": true, "phoneNumberValidationEnabled": true, "usCreditCheckEnabled": true, "signedUrl": "<string>" }, "user": { "id": 123, "firstName": "<string>", "lastName": "<string>", "email": "<string>", "profilePictureKey": "<string>", "previewId": "<string>", "signedUrl": "<string>", "userAccounts": [ { "inviteNotAccepted": true } ], "calendarConnected": true, "zoomConnected": true, "inviteNotAccepted": true, "activeAvailability": { "id": 123, "availabilityDays": [ { "id": 123, "name": "<string>", "timings": [ { "startTime": "<string>", "endTime": "<string>" } ], "active": true } ], "name": "<string>", "timeZone": "<string>" }, "availabilitySet": true }, "eventEmailTemplateVariables": [ { "id": 123, "eventId": 123, "variableKey": "<string>", "variableValue": "<string>" } ] } }

Authorizations

Authorization
string
header
required

API key required in Authorization header. Format: iclosed-<token>

Query Parameters

id
number

Event ID

Event link prefix

Response

Single event detail

data
object