{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Roles API", "version": "1.52.0" }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "ListRole", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Roles", "params": [ { "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}}" } }, "docs": "Retrieve a list of all user roles in your account's default service" }, { "info": { "name": "CreateRole", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Roles", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new user role in your account's default service" }, { "info": { "name": "FetchRole", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Roles/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Role resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a user role from your account's default service" }, { "info": { "name": "UpdateRole", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Roles/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Role resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing user role in your account's default service" }, { "info": { "name": "DeleteRole", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Roles/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Role resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove a user role from your account's default service" } ] } ], "bundled": true }