{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Sims API", "version": "1.52.0" }, "items": [ { "info": { "name": "Sims", "type": "folder" }, "items": [ { "info": { "name": "ListBillingPeriod", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Sims/:SimSid/BillingPeriods", "params": [ { "name": "SimSid", "value": "", "type": "path", "description": "The SID of the Super SIM to list Billing Periods for." }, { "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 Billing Periods for a Super SIM." }, { "info": { "name": "ListSim", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Sims", "params": [ { "name": "Status", "value": "", "type": "query", "description": "The status of the Sim resources to read. Can be `new`, `ready`, `active`, `inactive`, or `scheduled`." }, { "name": "Fleet", "value": "", "type": "query", "description": "The SID or unique name of the Fleet to which a list of Sims are assigned." }, { "name": "Iccid", "value": "", "type": "query", "description": "The [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) associated with a Super SIM to filter the list by. Passing this parameter will always return a list containing zero or one SIMs." }, { "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 Super SIMs from your account." }, { "info": { "name": "CreateSim", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Sims", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Register a Super SIM to your Account" }, { "info": { "name": "FetchSim", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Sims/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Sim resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a Super SIM instance from your account." }, { "info": { "name": "UpdateSim", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Sims/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Sim resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates the given properties of a Super SIM instance from your account." }, { "info": { "name": "DeleteSim", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Sims/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID or the `unique_name` of the Sim resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a Sim resource on your Account." }, { "info": { "name": "ListSimIpAddress", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Sims/:SimSid/IpAddresses", "params": [ { "name": "SimSid", "value": "", "type": "path", "description": "The SID of the Super SIM to list IP Addresses for." }, { "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 IP Addresses for the given Super SIM." }, { "info": { "name": "ListDataSession", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Sims/:SimSid/DataSessions", "params": [ { "name": "SimSid", "value": "", "type": "path", "description": "The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource) with the Data Sessions to read." }, { "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": "ListUsageRecord", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Sims/:SimSid/UsageRecords", "params": [ { "name": "SimSid", "value": "", "type": "path", "description": "The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource) to read the usage from." }, { "name": "End", "value": "", "type": "query", "description": "Only include usage that occurred on or before this date, specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). The default is the current time." }, { "name": "Start", "value": "", "type": "query", "description": "Only include usage that has occurred on or after this date, specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). The default is one month before the `end` parameter value." }, { "name": "Granularity", "value": "", "type": "query", "description": "How to summarize the usage by time. Can be: `daily`, `hourly`, or `all`. The default is `all`. A value of `all` returns one Usage Record that describes the usage for the entire period." }, { "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}}" } } } ] } ], "bundled": true }