{ "opencollection": "1.0.0", "info": { "name": "LocoNav Integration Alert Subscriptions Users API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "User-Authentication", "value": "{{User-Authentication}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get User Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/user" }, "docs": "
The User Details API allows users to retrieve detailed information about the currently authenticated user in the LocoNav system. This information includes the user's name, email, phone numbers, role, and account details.
\nUser-Authentication: The authentication token for accessing the API. Replace {{auth-token}} with the actual authentication token.