Search Events

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

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.
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!