get_checkins
Retrieve your Foursquare Swarm check-in history with venue details, timestamps, and photos. Paginate and sort results to find past check-ins.
Instructions
Get the authenticated user's check-in history. Returns check-ins with venue info, timestamps, and optional photos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of check-ins to return (max 250, default 50) | |
| offset | No | Offset for pagination (default 0) | |
| sort | No | Sort order: 'newestfirst' or 'oldestfirst' | newestfirst |