{ "opencollection": "1.0.0", "info": { "name": "Monta Public Authentication Utilities API", "version": "2023-09-14" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Utilities", "type": "folder" }, "items": [ { "info": { "name": "Detect location from IP.", "type": "http" }, "http": { "method": "GET", "url": "https://public-api.monta.com/api/v1/detect-location" }, "docs": "Returns an IP-based geolocation estimate for the caller." } ] } ], "bundled": true }