{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Terms of Service API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Terms of Service", "type": "folder" }, "items": [ { "info": { "name": "Agree to Number Reputation Terms of Service", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/terms_of_service/number_reputation/agree" }, "docs": "Accept the Terms of Service for the Number Reputation product. Must be called before using Number Reputation endpoints.\n\nReturns `400` with error code `10015` if the user has already agreed to the current ToS version." } ] } ], "bundled": true }