GET
/
events
/
{id}
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/"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

ID of event

Example:

"evt_SP6prmGnMzt5spsr"

Response

200
application/json

Retrieve event by ID

The response is of type object.