GET
/
events
curl --request GET \
  --url https://api.jonze.co/events \
  --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

Query Parameters

limit
string
default:10

Limit of event returned

Example:

"10"

Response

200
application/json
Retrieve events
id
string
required
Example:

"evt_SP6prmGnMzt5spsr"

name
string
required
Example:

"Example Event"

description
string
required
Example:

"Description of Example Event"

orgId
string
required
Example:

"org_01HPCN28VR5FQ87N9P4MWXJTHQ"

formId
string
required
Example:

"form_ZLLS9w1V6ioZq7rk"

image
string
required
Example:

"https://ucarecdn.com/7b2c6de8-a255-4cf6-aee3-1c788fd59135/"

createdAt
string | null
Example:

"1970-01-01T00:00:00.000Z"

updatedAt
string | null
Example:

"1970-01-01T00:00:00.000Z"

start
string | null
Example:

"1970-01-01T00:00:00.000Z"

end
string | null
Example:

"1970-01-01T00:00:00.000Z"