cURL
curl --request GET \ --url https://shelfforce.ai/api/v1/places/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "title": "<string>", "address": "<string>", "createdAt": "2023-11-07T05:31:56Z", "location": { "lat": 0, "lng": 0 }, "countryCode": "<string>", "state": "<string>", "channel": "<string>", "categoryName": "<string>", "street": "<string>", "postalCode": "<string>", "url": "<string>", "imageUrl": "<string>" } }
Retrieves full details for a single store location.
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
sf_live_
Authorization: Bearer sf_live_...
Place ID.
"pl_abc123"
Place details.
Show child attributes