{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Keys API", "version": "1.52.0" }, "items": [ { "info": { "name": "Keys", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Api Keys", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Accounts/:AccountSid/Keys.json", "params": [ { "name": "AccountSid", "value": "", "type": "path", "description": "The unique identifier of the Twilio account" } ] }, "docs": "Retrieve a list of API keys for the account." }, { "info": { "name": "Twilio Create an Api Key", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Accounts/:AccountSid/Keys.json", "params": [ { "name": "AccountSid", "value": "", "type": "path", "description": "The unique identifier of the Twilio account" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "FriendlyName", "value": "" }, { "name": "AccountSid", "value": "" } ] } }, "docs": "Create a new API key for authentication. The secret is only returned once upon creation." }, { "info": { "name": "Twilio Fetch an Api Key", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Accounts/:AccountSid/Keys/:KeySid.json", "params": [ { "name": "AccountSid", "value": "", "type": "path", "description": "The unique identifier of the Twilio account" }, { "name": "KeySid", "value": "", "type": "path" } ] }, "docs": "Twilio Fetch an Api Key" }, { "info": { "name": "Twilio Update an Api Key", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Accounts/:AccountSid/Keys/:KeySid.json", "params": [ { "name": "AccountSid", "value": "", "type": "path", "description": "The unique identifier of the Twilio account" }, { "name": "KeySid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "FriendlyName", "value": "" } ] } }, "docs": "Twilio Update an Api Key" }, { "info": { "name": "Twilio Delete an Api Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/Accounts/:AccountSid/Keys/:KeySid.json", "params": [ { "name": "AccountSid", "value": "", "type": "path", "description": "The unique identifier of the Twilio account" }, { "name": "KeySid", "value": "", "type": "path" } ] }, "docs": "Twilio Delete an Api Key" } ] } ], "bundled": true }