{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Tollfree API", "version": "1.52.0" }, "items": [ { "info": { "name": "Tollfree", "type": "folder" }, "items": [ { "info": { "name": "FetchTollfreeVerification", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Tollfree/Verifications/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The unique string to identify Tollfree Verification." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateTollfreeVerification", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Tollfree/Verifications/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The unique string to identify Tollfree Verification." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteTollfreeVerification", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Tollfree/Verifications/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The unique string to identify Tollfree Verification." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListTollfreeVerification", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Tollfree/Verifications", "params": [ { "name": "TollfreePhoneNumberSid", "value": "", "type": "query", "description": "The SID of the Phone Number associated with the Tollfree Verification." }, { "name": "Status", "value": "", "type": "query", "description": "The compliance status of the Tollfree Verification record." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateTollfreeVerification", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Tollfree/Verifications", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } } ] } ], "bundled": true }