cURL
curl --request GET \ --url https://api.novacal.io/v1/events/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": 123, "start": "2023-11-07T05:31:56Z", "end": "2023-11-07T05:31:56Z", "location": "<string>", "status": "<string>", "name": "<string>" } }
Returns a single event by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of event
Event response
Indicates whether the request was successful
true
Show child attributes