Documentation menu
places
GET/places
API key required, sent as Authorization: Bearer snk_… or ?api_key=snk_….
Call it
bash
curl -fsS -X GET "https://api.mapmap.ai/places" \
-H "Authorization: Bearer $MAPMAP_KEY"Responses
200The stored dataset
| Field | Type | Required | Description |
|---|---|---|---|
| count | integer | yes | Number of places stored. |
| places | Place[] | yes | Every stored place. |
| updated_at | string | yes | RFC 3339 timestamp of the last upload. |
401Missing or invalid API key
404No dataset stored for this key, or customer places not configured
Error bodies follow the shared problem model documented on API conventions.
Also under places
Generated from https://api.mapmap.ai/openapi.json on 2026-09-17 · operationId get_places