{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p E Sim Profiles API", "version": "1.52.0" }, "items": [ { "info": { "name": "ESimProfiles", "type": "folder" }, "items": [ { "info": { "name": "ListEsimProfile", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/ESimProfiles", "params": [ { "name": "Eid", "value": "", "type": "query", "description": "List the eSIM Profiles that have been associated with an EId." }, { "name": "SimSid", "value": "", "type": "query", "description": "Find the eSIM Profile resource related to a [Sim](https://www.twilio.com/docs/iot/supersim/api/sim-resource) resource by providing the SIM SID. Will always return an array with either 1 or 0 records." }, { "name": "Status", "value": "", "type": "query", "description": "List the eSIM Profiles that are in a given status." }, { "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 eSIM Profiles." }, { "info": { "name": "CreateEsimProfile", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/ESimProfiles", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Order an eSIM Profile." }, { "info": { "name": "FetchEsimProfile", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/ESimProfiles/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the eSIM Profile resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch an eSIM Profile." } ] } ], "bundled": true }