{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p End Users API", "version": "1.52.0" }, "items": [ { "info": { "name": "EndUsers", "type": "folder" }, "items": [ { "info": { "name": "ListEndUser", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/EndUsers", "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 End User for an account." }, { "info": { "name": "CreateEndUser", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/EndUsers", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new End User." }, { "info": { "name": "FetchEndUser", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/EndUsers/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The unique string created by Twilio to identify the End User resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch specific End User Instance." }, { "info": { "name": "UpdateEndUser", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/EndUsers/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The unique string created by Twilio to identify the End User resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing End User." }, { "info": { "name": "DeleteEndUser", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/EndUsers/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The unique string created by Twilio to identify the End User resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific End User." } ] } ], "bundled": true }