Search for Square API events that occur within a 28-day timeframe.
POST
/v2/events
Search for Square API events that occur within a 28-day timeframe.
Guide
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of events for your original query.
For more information, see Pagination.
The maximum number of events to return in a single page. The response might contain fewer events. The default value is 100, which is also the maximum allowed value.
For more information, see Pagination.
Default: 100
The list of Events returned by the search.
Contains the metadata of an event. For more information, see Event.
When a response is truncated, it includes a cursor that you can use in a subsequent request to fetch the next set of events. If empty, this is the final response.
For more information, see Pagination.