cURL
curl --request GET \ --url https://api.jonze.co/events/{id} \ --header 'x-api-key: <api-key>'
{ "id": "evt_SP6prmGnMzt5spsr", "name": "Example Event", "createdAt": "1970-01-01T00:00:00.000Z", "updatedAt": "1970-01-01T00:00:00.000Z", "description": "Description of Example Event", "orgId": "org_01HPCN28VR5FQ87N9P4MWXJTHQ", "formId": "form_ZLLS9w1V6ioZq7rk", "start": "1970-01-01T00:00:00.000Z", "end": "1970-01-01T00:00:00.000Z", "image": "https://ucarecdn.com/7b2c6de8-a255-4cf6-aee3-1c788fd59135/" }
ID of event
"evt_SP6prmGnMzt5spsr"
Retrieve event by ID
The response is of type object.
object