cURL
curl --request GET \ --url http://localhost:4000/v1/events \ --header 'Authorization: Bearer <token>'
200
Example
{ "data": [ { "id": 123, "name": "<string>", "color": "<string>", "eventType": "<string>", "description": "<string>", "internalDescription": "<string>", "deletedAt": "<unknown>", "language": "<string>", "emailValidationEnabled": true, "phoneNumberValidationEnabled": true, "creditCheck": { "type": {}, "toggle": true }, "userId": 123, "duration": 123, "durationUnit": "<string>", "location": "<string>", "dateRangeType": "<string>", "dateRangeUnit": "<string>", "linkPrefix": "<string>", "status": "<string>", "allowReschedule": true, "phonePreferred": true, "splitFullName": true, "businessEmail": true, "disableDuplicateBooking": true, "lockHostOnReschedule": true, "dateRangeDays": 123, "bypassQuestion": true } ], "count": 123, "totalCount": 123, "hasVisibleEvents": true }
List events for the authenticated account
API key required in Authorization header. Format: iclosed-<token>
iclosed-<token>
1 <= x <= 500
x >= 0
STRATEGY_EVENT
DISCOVERY_EVENT
List of events or single event
Show child attributes