{ "opencollection": "1.0.0", "info": { "name": "TruVideo Platform Authentication Customers API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Validate phone number", "type": "http" }, "http": { "method": "POST", "url": "https://app.truvideo.com/api/v2/:accountId/customer/validatePhoneNumber", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Dealer / account id. Present on all account-scoped requests." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Validate phone number" } ] } ], "bundled": true }