{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Network Access Profiles API", "version": "1.52.0" }, "items": [ { "info": { "name": "NetworkAccessProfiles", "type": "folder" }, "items": [ { "info": { "name": "ListNetworkAccessProfile", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/NetworkAccessProfiles", "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 Network Access Profiles from your account." }, { "info": { "name": "CreateNetworkAccessProfile", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/NetworkAccessProfiles", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Network Access Profile" }, { "info": { "name": "FetchNetworkAccessProfile", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/NetworkAccessProfiles/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Network Access Profile resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a Network Access Profile instance from your account." }, { "info": { "name": "UpdateNetworkAccessProfile", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/NetworkAccessProfiles/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Network Access Profile to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates the given properties of a Network Access Profile in your account." }, { "info": { "name": "ListNetworkAccessProfileNetwork", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/NetworkAccessProfiles/:NetworkAccessProfileSid/Networks", "params": [ { "name": "NetworkAccessProfileSid", "value": "", "type": "path", "description": "The unique string that identifies the Network Access Profile resource." }, { "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 Network Access Profile resource's Network resource." }, { "info": { "name": "CreateNetworkAccessProfileNetwork", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/NetworkAccessProfiles/:NetworkAccessProfileSid/Networks", "params": [ { "name": "NetworkAccessProfileSid", "value": "", "type": "path", "description": "The unique string that identifies the Network Access Profile resource." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Add a Network resource to the Network Access Profile resource." }, { "info": { "name": "FetchNetworkAccessProfileNetwork", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/NetworkAccessProfiles/:NetworkAccessProfileSid/Networks/:Sid", "params": [ { "name": "NetworkAccessProfileSid", "value": "", "type": "path", "description": "The unique string that identifies the Network Access Profile resource." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Network resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a Network Access Profile resource's Network resource." }, { "info": { "name": "DeleteNetworkAccessProfileNetwork", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/NetworkAccessProfiles/:NetworkAccessProfileSid/Networks/:Sid", "params": [ { "name": "NetworkAccessProfileSid", "value": "", "type": "path", "description": "The unique string that identifies the Network Access Profile resource." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Network resource to be removed from the Network Access Profile resource." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove a Network resource from the Network Access Profile resource's." } ] } ], "bundled": true }