Search Events

Retrieve data for multiple events with a GET request to the endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Searching for Events

When querying events, at least one search parameter must be provided. Requests that omit all search properties will result in an error response.

Search results are sorted by dateCreated in descending order (most recent first).

Pagination

Results are paginated, with a maximum of 50 results per page. Additional pages can be accessed using the Link response header

Example of a Link header for pagination:

Link: <https://www.keycafe.com/v0/event?key=123456&page=2>; rel="next", <https://www.keycafe.com/v0/event?key=123456&page=5>; rel="last"
  • rel="first": URL to retrieve the first page of results.
  • rel="prev": URL to retrieve the previous page of results.
  • rel="next": URL to retrieve the next page of results.
  • rel="last": URL to retrieve the final page of results.
Query Params
int64

The ID of a key by which to filter results.
Example: 123456

int64

The ID of a user by which to filter results.

int64

The ID of a location by which to filter results.
Example: 123456

string

The event type (PICKUP/DROPOFF/ACCESS_CREATED/ACCESS_CANCELLED) by which to filter results.

date

The latest possible date by which to filter results, in ISO 8601 format without milliseconds.
Example: 2025-07-21T12:45:21Z

date

The earliest possible date by which to filter results, in ISO 8601 format without milliseconds.
Example: 2025-07-21T12:45:21Z

Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json