{ "opencollection": "1.0.0", "info": { "name": "TruVideo Platform Authentication Support API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Support", "type": "folder" }, "items": [ { "info": { "name": "Send email to support", "type": "http" }, "http": { "method": "POST", "url": "https://app.truvideo.com/api/v2/:accountId/support/email", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Dealer / account id. Present on all account-scoped requests." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends a diagnostic support email containing device and environment metadata." } ] } ], "bundled": true }