API Reference
Get Checkins
Return recent checkins for a Boxpressd venue.
GET
Get Checkins
Returns recent checkins for a specific Boxpressd venue.
This endpoint is used internally by the Boxpressd Sites SDK when calling
For example:
getBoxpressdCheckins or useCheckins.
checkins are currently venue-specific. The SDK only calls this endpoint when the resolved business context is a
venue.The unique Boxpressd venue identifier.
The maximum number of checkins to return.
The number of checkins to skip for pagination.
Return checkins created on or after this ISO date.
Return checkins created on or before this ISO date.
SDK Request
The SDK builds this request from the resolved business context:Example Request
Example Response
Response
The list of checkins returned for the requested venue.
The unique checkin identifier.
The date and time the checkin was created as an ISO string.
Optional public note associated with the checkin.
Optional rating associated with the checkin.
The public user summary associated with the checkin.
The user identifier, when available.
The public display name for the user.The SDK normalizes this value using the fallback order
display_name → first_name + last initial → "Boxpressd User".The user’s public avatar URL, when available.
The venue summary associated with the checkin.
The venue identifier.
The venue display name.
Pagination and result metadata.
The number of checkins returned.
The requested result limit.
The requested pagination offset.
Related SDK Helpers
Most public SDK implementations should use the SDK helper or hook instead of calling this endpoint directly.Get Checkins