{ "opencollection": "1.0.0", "info": { "name": "Open Charge Map Comment API", "version": "3.1" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Comment", "type": "folder" }, "items": [ { "info": { "name": "Submit Comment or Checkin", "type": "http" }, "http": { "method": "POST", "url": "https://api.openchargemap.io/v3/comment", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Submit a user comment or checkin for a specific charging location" } ] } ], "bundled": true }