List user GeoJSON collections
GET/maus/user-geojson
Returns all GeoJSON feature collections visible to the caller. This includes:
- Owned collections: all collections created by the caller, filtered to the requested
status(defaultactive). - Shared collections: active collections shared with the caller by other users (either
shareType: 'all'for one of the caller's customers, orshareType: 'specific'listing the caller's email).
Each returned collection includes an accessType field ('owned' or 'shared') and, for owned records, a shared boolean indicating whether the collection is currently shared with anyone.
Request
Responses
- 200
- 401
- 403
List of visible GeoJSON collections.
Unauthorized – missing or invalid JWT.
Forbidden – token lacks required role or customer scope.