{ "opencollection": "1.0.0", "info": { "name": "Foursquare Places Ask Photos API", "version": "2025-06-17" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Photos", "type": "folder" }, "items": [ { "info": { "name": "Get Place Photos", "type": "http" }, "http": { "method": "GET", "url": "https://places-api.foursquare.com/places/:fsq_place_id/photos", "headers": [ { "name": "X-Places-Api-Version", "value": "" } ], "params": [ { "name": "fsq_place_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" } ] }, "docs": "Get Place Photos" } ] } ], "bundled": true }