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

CodeHTTPWhen
NOT_FOUND404Map slug not found or map is not public.
FORBIDDEN403The credential is valid but lacks permission for this action.