{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Credentials API", "version": "1.52.0" }, "items": [ { "info": { "name": "Credentials", "type": "folder" }, "items": [ { "info": { "name": "ListCredentialAws", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Credentials/AWS", "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": "Retrieves a collection of AWS Credentials belonging to the account used to make the request" }, { "info": { "name": "CreateCredentialAws", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Credentials/AWS", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new AWS Credential" }, { "info": { "name": "FetchCredentialAws", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Credentials/AWS/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the AWS resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch the AWS credentials specified by the provided Credential Sid" }, { "info": { "name": "UpdateCredentialAws", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Credentials/AWS/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the AWS resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Modify the properties of a given Account" }, { "info": { "name": "DeleteCredentialAws", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Credentials/AWS/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the AWS resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a Credential from your account" }, { "info": { "name": "ListCredentialPublicKey", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Credentials/PublicKeys", "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": "Retrieves a collection of Public Key Credentials belonging to the account used to make the request" }, { "info": { "name": "CreateCredentialPublicKey", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Credentials/PublicKeys", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Public Key Credential" }, { "info": { "name": "FetchCredentialPublicKey", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Credentials/PublicKeys/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the PublicKey resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch the public key specified by the provided Credential Sid" }, { "info": { "name": "UpdateCredentialPublicKey", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Credentials/PublicKeys/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the PublicKey resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Modify the properties of a given Account" }, { "info": { "name": "DeleteCredentialPublicKey", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Credentials/PublicKeys/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the PublicKey resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a Credential from your account" }, { "info": { "name": "ListCredential", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Credentials", "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 push notification credentials on your account" }, { "info": { "name": "CreateCredential", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Credentials", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Add a new push notification credential to your account" }, { "info": { "name": "FetchCredential", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Credentials/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a push notification credential from your account" }, { "info": { "name": "UpdateCredential", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Credentials/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing push notification credential on your account" }, { "info": { "name": "DeleteCredential", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Credentials/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34 character string that uniquely identifies this resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove a push notification credential from your account" }, { "info": { "name": "ListCredential", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Credentials", "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}}" } } }, { "info": { "name": "CreateCredential", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Credentials", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchCredential", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Credentials/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateCredential", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/Credentials/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteCredential", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/Credentials/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "Twilio List Aws Credentials", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Credentials/AWS" }, "docs": "Twilio List Aws Credentials" }, { "info": { "name": "Twilio Create an Aws Credential", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Credentials/AWS", "body": { "type": "form-urlencoded", "data": [ { "name": "Credentials", "value": "" }, { "name": "FriendlyName", "value": "" }, { "name": "AccountSid", "value": "" } ] } }, "docs": "Twilio Create an Aws Credential" }, { "info": { "name": "Twilio List Public Key Credentials", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Credentials/PublicKeys" }, "docs": "Twilio List Public Key Credentials" }, { "info": { "name": "Twilio Create a Public Key Credential", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Credentials/PublicKeys", "body": { "type": "form-urlencoded", "data": [ { "name": "PublicKey", "value": "" }, { "name": "FriendlyName", "value": "" }, { "name": "AccountSid", "value": "" } ] } }, "docs": "Twilio Create a Public Key Credential" } ] } ], "bundled": true }