{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Secrets API", "version": "1.52.0" }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "ListAccountSecret", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Secrets", "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 Secrets for an Account." }, { "info": { "name": "CreateAccountSecret", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Secrets", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a secret for an Account." }, { "info": { "name": "FetchAccountSecret", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Secrets/:Key", "params": [ { "name": "Key", "value": "", "type": "path", "description": "The secret key; up to 100 characters." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a Secret for an Account." }, { "info": { "name": "UpdateAccountSecret", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Secrets/:Key", "params": [ { "name": "Key", "value": "", "type": "path", "description": "The secret key; up to 100 characters." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a secret for an Account." }, { "info": { "name": "DeleteAccountSecret", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Secrets/:Key", "params": [ { "name": "Key", "value": "", "type": "path", "description": "The secret key; up to 100 characters." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a secret for an Account." } ] } ], "bundled": true }