API
Maps
Public maps can be shared without authentication. Enable is_public on a map in the dashboard, then fetch it by slug. Returns map metadata and ready places with coordinates for rendering.
GET
/v1/public/maps/{slug}Authorizations
Authorizationstringheaderrequired
Bearer token. Use a test key from the dashboard. The header is Authorization: Bearer <token>.
"Bearer trq_test_…"
Response
200 · application/json
Errors
| Code | HTTP | When |
|---|---|---|
| NOT_FOUND | 404 | Map slug not found or map is not public. |
| FORBIDDEN | 403 | The credential is valid but lacks permission for this action. |