{ "opencollection": "1.0.0", "info": { "name": "Open Charge Map Comment Profile API", "version": "3.1" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Profile", "type": "folder" }, "items": [ { "info": { "name": "Authenticate User", "type": "http" }, "http": { "method": "POST", "url": "https://api.openchargemap.io/v3/profile/authenticate", "body": { "type": "json", "data": "{}" } }, "docs": "Perform user authentication, returning a model which includes the users profile and a JWT auth token to re-use in subsequent requests." } ] } ], "bundled": true }