openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 75.2 kB
JSON
{"openapi":"3.0.1","servers":[{"url":"https://supersim.twilio.com"}],"info":{"contact":{"email":"support@twilio.com","name":"Twilio Support","url":"https://support.twilio.com"},"description":"This is the public Twilio REST API.","license":{"name":"Apache 2.0","url":"https://www.apache.org/licenses/LICENSE-2.0.html"},"termsOfService":"https://www.twilio.com/legal/tos","title":"Twilio - Supersim","version":"1.55.0","x-apisguru-categories":["telecom","messaging"],"x-logo":{"url":"https://static1.twilio.com/marketing/bundles/marketing/img/logos/wordmark-red.svg"},"x-origin":[{"format":"openapi","url":"https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_supersim_v1.json","version":"3.0"}],"x-providerName":"twilio.com","x-serviceName":"twilio_supersim_v1"},"tags":[{"name":"SupersimV1BillingPeriod"},{"name":"SupersimV1EsimProfile"},{"name":"SupersimV1Fleet"},{"name":"SupersimV1IpCommand"},{"name":"SupersimV1Network"},{"name":"SupersimV1NetworkAccessProfile"},{"name":"SupersimV1NetworkAccessProfileNetwork"},{"name":"SupersimV1SettingsUpdate"},{"name":"SupersimV1Sim"},{"name":"SupersimV1SimIpAddress"},{"name":"SupersimV1SmsCommand"},{"name":"SupersimV1UsageRecord"}],"paths":{"/v1/ESimProfiles":{"description":"eSIM Profiles that can be loaded onto consumer eUICC SIMs","get":{"description":"Retrieve a list of eSIM Profiles.","operationId":"ListEsimProfile","parameters":[{"description":"List the eSIM Profiles that have been associated with an EId.","in":"query","name":"Eid","schema":{"type":"string"}},{"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.","in":"query","name":"SimSid","schema":{"type":"string"}},{"description":"List the eSIM Profiles that are in a given status.","in":"query","name":"Status","schema":{"$ref":"#/components/schemas/esim_profile_enum_status","type":"string"}},{"description":"How many resources to return in each list page. The default is 50, and the maximum is 1000.","in":"query","name":"PageSize","schema":{"maximum":1000,"minimum":1,"type":"integer"}},{"description":"The page index. This value is simply for client state.","in":"query","name":"Page","schema":{"minimum":0,"type":"integer"}},{"description":"The page token. This is provided by the API.","in":"query","name":"PageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"esim_profiles":{"items":{"$ref":"#/components/schemas/supersim.v1.esim_profile"},"type":"array"},"meta":{"properties":{"first_page_url":{"format":"uri","type":"string"},"key":{"type":"string"},"next_page_url":{"format":"uri","nullable":true,"type":"string"},"page":{"type":"integer"},"page_size":{"type":"integer"},"previous_page_url":{"format":"uri","nullable":true,"type":"string"},"url":{"format":"uri","type":"string"}},"type":"object"}},"title":"ListEsimProfileResponse","type":"object"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1EsimProfile"],"x-maturity":["Beta"]},"post":{"description":"Order an eSIM Profile.","operationId":"CreateEsimProfile","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"properties":{"CallbackMethod":{"description":"The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is POST.","enum":["HEAD","GET","POST","PATCH","PUT","DELETE"],"format":"http-method","type":"string"},"CallbackUrl":{"description":"The URL we should call using the `callback_method` when the status of the eSIM Profile changes. At this stage of the eSIM Profile pilot, the a request to the URL will only be called when the ESimProfile resource changes from `reserving` to `available`.","type":"string"},"Eid":{"description":"Identifier of the eUICC that will claim the eSIM Profile.","type":"string"},"GenerateMatchingId":{"description":"When set to `true`, a value for `Eid` does not need to be provided. Instead, when the eSIM profile is reserved, a matching ID will be generated and returned via the `matching_id` property. This identifies the specific eSIM profile that can be used by any capable device to claim and download the profile.","type":"boolean"}},"title":"CreateEsimProfileRequest","type":"object"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.esim_profile"}}},"description":"Created"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1EsimProfile"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","status"],"mountName":"esim_profiles","pathType":"list"}},"/v1/ESimProfiles/{Sid}":{"description":"eSIM Profiles that can be loaded onto consumer eUICC SIMs","get":{"description":"Fetch an eSIM Profile.","operationId":"FetchEsimProfile","parameters":[{"description":"The SID of the eSIM Profile resource to fetch.","in":"path","name":"Sid","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.esim_profile"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1EsimProfile"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","status"],"mountName":"esim_profiles","pathType":"instance"}},"/v1/Fleets":{"description":"Configure shared settings inherited by all Super SIMs assigned to the Fleet","get":{"description":"Retrieve a list of Fleets from your account.","operationId":"ListFleet","parameters":[{"description":"The SID or unique name of the Network Access Profile that controls which cellular networks the Fleet's SIMs can connect to.","in":"query","name":"NetworkAccessProfile","schema":{"type":"string"}},{"description":"How many resources to return in each list page. The default is 50, and the maximum is 1000.","in":"query","name":"PageSize","schema":{"maximum":1000,"minimum":1,"type":"integer"}},{"description":"The page index. This value is simply for client state.","in":"query","name":"Page","schema":{"minimum":0,"type":"integer"}},{"description":"The page token. This is provided by the API.","in":"query","name":"PageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"fleets":{"items":{"$ref":"#/components/schemas/supersim.v1.fleet"},"type":"array"},"meta":{"properties":{"first_page_url":{"format":"uri","type":"string"},"key":{"type":"string"},"next_page_url":{"format":"uri","nullable":true,"type":"string"},"page":{"type":"integer"},"page_size":{"type":"integer"},"previous_page_url":{"format":"uri","nullable":true,"type":"string"},"url":{"format":"uri","type":"string"}},"type":"object"}},"title":"ListFleetResponse","type":"object"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1Fleet"],"x-maturity":["Beta"]},"post":{"description":"Create a Fleet","operationId":"CreateFleet","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"properties":{"DataEnabled":{"description":"Defines whether SIMs in the Fleet are capable of using 2G/3G/4G/LTE/CAT-M data connectivity. Defaults to `true`.","type":"boolean"},"DataLimit":{"description":"The total data usage (download and upload combined) in Megabytes that each Super SIM assigned to the Fleet can consume during a billing period (normally one month). Value must be between 1MB (1) and 2TB (2,000,000). Defaults to 1GB (1,000).","type":"integer"},"IpCommandsMethod":{"description":"A string representing the HTTP method to use when making a request to `ip_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`.","enum":["HEAD","GET","POST","PATCH","PUT","DELETE"],"format":"http-method","type":"string"},"IpCommandsUrl":{"description":"The URL that will receive a webhook when a Super SIM in the Fleet is used to send an IP Command from your device to a special IP address. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored.","format":"uri","type":"string"},"NetworkAccessProfile":{"description":"The SID or unique name of the Network Access Profile that will control which cellular networks the Fleet's SIMs can connect to.","type":"string"},"SmsCommandsEnabled":{"description":"Defines whether SIMs in the Fleet are capable of sending and receiving machine-to-machine SMS via Commands. Defaults to `true`.","type":"boolean"},"SmsCommandsMethod":{"description":"A string representing the HTTP method to use when making a request to `sms_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`.","enum":["HEAD","GET","POST","PATCH","PUT","DELETE"],"format":"http-method","type":"string"},"SmsCommandsUrl":{"description":"The URL that will receive a webhook when a Super SIM in the Fleet is used to send an SMS from your device to the SMS Commands number. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored.","format":"uri","type":"string"},"UniqueName":{"description":"An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource.","type":"string"}},"required":["NetworkAccessProfile"],"title":"CreateFleetRequest","type":"object"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.fleet"}}},"description":"Created"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1Fleet"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","unique_name","data_metering"],"pathType":"list"}},"/v1/Fleets/{Sid}":{"description":"Configure shared settings inherited by all Super SIMs assigned to the Fleet","get":{"description":"Fetch a Fleet instance from your account.","operationId":"FetchFleet","parameters":[{"description":"The SID of the Fleet resource to fetch.","in":"path","name":"Sid","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.fleet"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1Fleet"],"x-maturity":["Beta"]},"post":{"description":"Updates the given properties of a Super SIM Fleet instance from your account.","operationId":"UpdateFleet","parameters":[{"description":"The SID of the Fleet resource to update.","in":"path","name":"Sid","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"properties":{"DataLimit":{"description":"The total data usage (download and upload combined) in Megabytes that each Super SIM assigned to the Fleet can consume during a billing period (normally one month). Value must be between 1MB (1) and 2TB (2,000,000). Defaults to 1GB (1,000).","type":"integer"},"IpCommandsMethod":{"description":"A string representing the HTTP method to use when making a request to `ip_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`.","enum":["HEAD","GET","POST","PATCH","PUT","DELETE"],"format":"http-method","type":"string"},"IpCommandsUrl":{"description":"The URL that will receive a webhook when a Super SIM in the Fleet is used to send an IP Command from your device to a special IP address. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored.","format":"uri","type":"string"},"NetworkAccessProfile":{"description":"The SID or unique name of the Network Access Profile that will control which cellular networks the Fleet's SIMs can connect to.","type":"string"},"SmsCommandsMethod":{"description":"A string representing the HTTP method to use when making a request to `sms_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`.","enum":["HEAD","GET","POST","PATCH","PUT","DELETE"],"format":"http-method","type":"string"},"SmsCommandsUrl":{"description":"The URL that will receive a webhook when a Super SIM in the Fleet is used to send an SMS from your device to the SMS Commands number. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored.","format":"uri","type":"string"},"UniqueName":{"description":"An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource.","type":"string"}},"title":"UpdateFleetRequest","type":"object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.fleet"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1Fleet"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","unique_name","data_metering"],"pathType":"instance"}},"/v1/IpCommands":{"description":"Machine-to-machine IP Commands sent to/from Super SIMs","get":{"description":"Retrieve a list of IP Commands from your account.","operationId":"ListIpCommand","parameters":[{"description":"The SID or unique name of the Sim resource that IP Command was sent to or from.","in":"query","name":"Sim","schema":{"type":"string"}},{"description":"The ICCID of the Sim resource that IP Command was sent to or from.","in":"query","name":"SimIccid","schema":{"type":"string"}},{"description":"The status of the IP Command. Can be: `queued`, `sent`, `received` or `failed`. See the [IP Command Status Values](https://www.twilio.com/docs/iot/supersim/api/ipcommand-resource#status-values) for a description of each.","in":"query","name":"Status","schema":{"$ref":"#/components/schemas/ip_command_enum_status","type":"string"}},{"description":"The direction of the IP Command. Can be `to_sim` or `from_sim`. The value of `to_sim` is synonymous with the term `mobile terminated`, and `from_sim` is synonymous with the term `mobile originated`.","in":"query","name":"Direction","schema":{"$ref":"#/components/schemas/ip_command_enum_direction","type":"string"}},{"description":"How many resources to return in each list page. The default is 50, and the maximum is 1000.","in":"query","name":"PageSize","schema":{"maximum":1000,"minimum":1,"type":"integer"}},{"description":"The page index. This value is simply for client state.","in":"query","name":"Page","schema":{"minimum":0,"type":"integer"}},{"description":"The page token. This is provided by the API.","in":"query","name":"PageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"ip_commands":{"items":{"$ref":"#/components/schemas/supersim.v1.ip_command"},"type":"array"},"meta":{"properties":{"first_page_url":{"format":"uri","type":"string"},"key":{"type":"string"},"next_page_url":{"format":"uri","nullable":true,"type":"string"},"page":{"type":"integer"},"page_size":{"type":"integer"},"previous_page_url":{"format":"uri","nullable":true,"type":"string"},"url":{"format":"uri","type":"string"}},"type":"object"}},"title":"ListIpCommandResponse","type":"object"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1IpCommand"],"x-maturity":["Beta"]},"post":{"description":"Send an IP Command to a Super SIM.","operationId":"CreateIpCommand","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"properties":{"CallbackMethod":{"description":"The HTTP method we should use to call `callback_url`. Can be `GET` or `POST`, and the default is `POST`.","enum":["HEAD","GET","POST","PATCH","PUT","DELETE"],"format":"http-method","type":"string"},"CallbackUrl":{"description":"The URL we should call using the `callback_method` after we have sent the IP Command.","format":"uri","type":"string"},"DevicePort":{"description":"The device port to which the IP Command will be sent.","type":"integer"},"Payload":{"description":"The data that will be sent to the device. The payload cannot exceed 1300 bytes. If the PayloadType is set to text, the payload is encoded in UTF-8. If PayloadType is set to binary, the payload is encoded in Base64.","type":"string"},"PayloadType":{"$ref":"#/components/schemas/ip_command_enum_payload_type","description":"Indicates how the payload is encoded. Either `text` or `binary`. Defaults to `text`.","type":"string"},"Sim":{"description":"The `sid` or `unique_name` of the [Super SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) to send the IP Command to.","type":"string"}},"required":["Sim","Payload","DevicePort"],"title":"CreateIpCommandRequest","type":"object"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.ip_command"}}},"description":"Created"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1IpCommand"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","status","date_created"],"pathType":"list"}},"/v1/IpCommands/{Sid}":{"description":"Machine-to-machine IP Commands sent to/from Super SIMs","get":{"description":"Fetch IP Command instance from your account.","operationId":"FetchIpCommand","parameters":[{"description":"The SID of the IP Command resource to fetch.","in":"path","name":"Sid","required":true,"schema":{"maxLength":34,"minLength":34,"pattern":"^HG[0-9a-fA-F]{32}$","type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.ip_command"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1IpCommand"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","status","date_created"],"pathType":"instance"}},"/v1/NetworkAccessProfiles":{"description":"TODO: Resource-level docs","get":{"description":"Retrieve a list of Network Access Profiles from your account.","operationId":"ListNetworkAccessProfile","parameters":[{"description":"How many resources to return in each list page. The default is 50, and the maximum is 1000.","in":"query","name":"PageSize","schema":{"maximum":1000,"minimum":1,"type":"integer"}},{"description":"The page index. This value is simply for client state.","in":"query","name":"Page","schema":{"minimum":0,"type":"integer"}},{"description":"The page token. This is provided by the API.","in":"query","name":"PageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"meta":{"properties":{"first_page_url":{"format":"uri","type":"string"},"key":{"type":"string"},"next_page_url":{"format":"uri","nullable":true,"type":"string"},"page":{"type":"integer"},"page_size":{"type":"integer"},"previous_page_url":{"format":"uri","nullable":true,"type":"string"},"url":{"format":"uri","type":"string"}},"type":"object"},"network_access_profiles":{"items":{"$ref":"#/components/schemas/supersim.v1.network_access_profile"},"type":"array"}},"title":"ListNetworkAccessProfileResponse","type":"object"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1NetworkAccessProfile"],"x-maturity":["Beta"]},"post":{"description":"Create a new Network Access Profile","operationId":"CreateNetworkAccessProfile","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"properties":{"Networks":{"description":"List of Network SIDs that this Network Access Profile will allow connections to.","items":{"type":"string"},"type":"array"},"UniqueName":{"description":"An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource.","type":"string"}},"title":"CreateNetworkAccessProfileRequest","type":"object"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.network_access_profile"}}},"description":"Created"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1NetworkAccessProfile"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","unique_name","fleets_count"],"dependentProperties":{"networks":{"mapping":{"network_access_profile_sid":"sid"},"resource_url":"/v1/NetworkAccessProfiles/{network_access_profile_sid}/Networks"}},"pathType":"list"}},"/v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks":{"description":"Mobile operator networks which Network Access Profiles allow access to","get":{"description":"Retrieve a list of Network Access Profile resource's Network resource.","operationId":"ListNetworkAccessProfileNetwork","parameters":[{"description":"The unique string that identifies the Network Access Profile resource.","in":"path","name":"NetworkAccessProfileSid","required":true,"schema":{"type":"string"}},{"description":"How many resources to return in each list page. The default is 50, and the maximum is 1000.","in":"query","name":"PageSize","schema":{"maximum":1000,"minimum":1,"type":"integer"}},{"description":"The page index. This value is simply for client state.","in":"query","name":"Page","schema":{"minimum":0,"type":"integer"}},{"description":"The page token. This is provided by the API.","in":"query","name":"PageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"meta":{"properties":{"first_page_url":{"format":"uri","type":"string"},"key":{"type":"string"},"next_page_url":{"format":"uri","nullable":true,"type":"string"},"page":{"type":"integer"},"page_size":{"type":"integer"},"previous_page_url":{"format":"uri","nullable":true,"type":"string"},"url":{"format":"uri","type":"string"}},"type":"object"},"networks":{"items":{"$ref":"#/components/schemas/supersim.v1.network_access_profile.network_access_profile_network"},"type":"array"}},"title":"ListNetworkAccessProfileNetworkResponse","type":"object"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1NetworkAccessProfileNetwork"],"x-maturity":["Beta"]},"post":{"description":"Add a Network resource to the Network Access Profile resource.","operationId":"CreateNetworkAccessProfileNetwork","parameters":[{"description":"The unique string that identifies the Network Access Profile resource.","in":"path","name":"NetworkAccessProfileSid","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"properties":{"Network":{"description":"The SID of the Network resource to be added to the Network Access Profile resource.","maxLength":34,"minLength":34,"pattern":"^HW[0-9a-fA-F]{32}$","type":"string"}},"required":["Network"],"title":"CreateNetworkAccessProfileNetworkRequest","type":"object"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.network_access_profile.network_access_profile_network"}}},"description":"Created"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1NetworkAccessProfileNetwork"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"className":"network_access_profile_network","defaultOutputProperties":["sid"],"parent":"/NetworkAccessProfiles/{Sid}","pathType":"list"}},"/v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks/{Sid}":{"delete":{"description":"Remove a Network resource from the Network Access Profile resource's.","operationId":"DeleteNetworkAccessProfileNetwork","parameters":[{"description":"The unique string that identifies the Network Access Profile resource.","in":"path","name":"NetworkAccessProfileSid","required":true,"schema":{"maxLength":34,"minLength":34,"pattern":"^HA[0-9a-fA-F]{32}$","type":"string"}},{"description":"The SID of the Network resource to be removed from the Network Access Profile resource.","in":"path","name":"Sid","required":true,"schema":{"maxLength":34,"minLength":34,"pattern":"^HW[0-9a-fA-F]{32}$","type":"string"}}],"responses":{"204":{"description":"The resource was deleted successfully."}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1NetworkAccessProfileNetwork"],"x-maturity":["Beta"]},"description":"Mobile operator networks which Network Access Profiles allow access to","get":{"description":"Fetch a Network Access Profile resource's Network resource.","operationId":"FetchNetworkAccessProfileNetwork","parameters":[{"description":"The unique string that identifies the Network Access Profile resource.","in":"path","name":"NetworkAccessProfileSid","required":true,"schema":{"type":"string"}},{"description":"The SID of the Network resource to fetch.","in":"path","name":"Sid","required":true,"schema":{"maxLength":34,"minLength":34,"pattern":"^HW[0-9a-fA-F]{32}$","type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.network_access_profile.network_access_profile_network"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1NetworkAccessProfileNetwork"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"className":"network_access_profile_network","defaultOutputProperties":["sid"],"parent":"/NetworkAccessProfiles/{Sid}","pathType":"instance"}},"/v1/NetworkAccessProfiles/{Sid}":{"description":"TODO: Resource-level docs","get":{"description":"Fetch a Network Access Profile instance from your account.","operationId":"FetchNetworkAccessProfile","parameters":[{"description":"The SID of the Network Access Profile resource to fetch.","in":"path","name":"Sid","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.network_access_profile"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1NetworkAccessProfile"],"x-maturity":["Beta"]},"post":{"description":"Updates the given properties of a Network Access Profile in your account.","operationId":"UpdateNetworkAccessProfile","parameters":[{"description":"The SID of the Network Access Profile to update.","in":"path","name":"Sid","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"properties":{"UniqueName":{"description":"The new unique name of the Network Access Profile.","type":"string"}},"title":"UpdateNetworkAccessProfileRequest","type":"object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.network_access_profile"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1NetworkAccessProfile"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","unique_name","fleets_count"],"dependentProperties":{"networks":{"mapping":{"network_access_profile_sid":"sid"},"resource_url":"/v1/NetworkAccessProfiles/{network_access_profile_sid}/Networks"}},"pathType":"instance"}},"/v1/Networks":{"description":"Mobile operator networks to which Super SIMs can connect","get":{"description":"Retrieve a list of Network resources.","operationId":"ListNetwork","parameters":[{"description":"The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resources to read.","in":"query","name":"IsoCountry","schema":{"type":"string"}},{"description":"The 'mobile country code' of a country. Network resources with this `mcc` in their `identifiers` will be read.","in":"query","name":"Mcc","schema":{"type":"string"}},{"description":"The 'mobile network code' of a mobile operator network. Network resources with this `mnc` in their `identifiers` will be read.","in":"query","name":"Mnc","schema":{"type":"string"}},{"description":"How many resources to return in each list page. The default is 50, and the maximum is 1000.","in":"query","name":"PageSize","schema":{"maximum":1000,"minimum":1,"type":"integer"}},{"description":"The page index. This value is simply for client state.","in":"query","name":"Page","schema":{"minimum":0,"type":"integer"}},{"description":"The page token. This is provided by the API.","in":"query","name":"PageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"meta":{"properties":{"first_page_url":{"format":"uri","type":"string"},"key":{"type":"string"},"next_page_url":{"format":"uri","nullable":true,"type":"string"},"page":{"type":"integer"},"page_size":{"type":"integer"},"previous_page_url":{"format":"uri","nullable":true,"type":"string"},"url":{"format":"uri","type":"string"}},"type":"object"},"networks":{"items":{"$ref":"#/components/schemas/supersim.v1.network"},"type":"array"}},"title":"ListNetworkResponse","type":"object"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1Network"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid"],"pathType":"list"}},"/v1/Networks/{Sid}":{"description":"Mobile operator networks to which Super SIMs can connect","get":{"description":"Fetch a Network resource.","operationId":"FetchNetwork","parameters":[{"description":"The SID of the Network resource to fetch.","in":"path","name":"Sid","required":true,"schema":{"maxLength":34,"minLength":34,"pattern":"^HW[0-9a-fA-F]{32}$","type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.network"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1Network"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid"],"pathType":"instance"}},"/v1/SettingsUpdates":{"description":"TODO: Resource-level docs","get":{"description":"Retrieve a list of Settings Updates.","operationId":"ListSettingsUpdate","parameters":[{"description":"Filter the Settings Updates by a Super SIM's SID or UniqueName.","in":"query","name":"Sim","schema":{"type":"string"}},{"description":"Filter the Settings Updates by status. Can be `scheduled`, `in-progress`, `successful`, or `failed`.","in":"query","name":"Status","schema":{"$ref":"#/components/schemas/settings_update_enum_status","type":"string"}},{"description":"How many resources to return in each list page. The default is 50, and the maximum is 1000.","in":"query","name":"PageSize","schema":{"maximum":1000,"minimum":1,"type":"integer"}},{"description":"The page index. This value is simply for client state.","in":"query","name":"Page","schema":{"minimum":0,"type":"integer"}},{"description":"The page token. This is provided by the API.","in":"query","name":"PageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"meta":{"properties":{"first_page_url":{"format":"uri","type":"string"},"key":{"type":"string"},"next_page_url":{"format":"uri","nullable":true,"type":"string"},"page":{"type":"integer"},"page_size":{"type":"integer"},"previous_page_url":{"format":"uri","nullable":true,"type":"string"},"url":{"format":"uri","type":"string"}},"type":"object"},"settings_updates":{"items":{"$ref":"#/components/schemas/supersim.v1.settings_update"},"type":"array"}},"title":"ListSettingsUpdateResponse","type":"object"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1SettingsUpdate"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","iccid","sim_sid","status"],"pathType":"list"}},"/v1/Sims":{"description":"Individual IoT Super SIMs","get":{"description":"Retrieve a list of Super SIMs from your account.","operationId":"ListSim","parameters":[{"description":"The status of the Sim resources to read. Can be `new`, `ready`, `active`, `inactive`, or `scheduled`.","in":"query","name":"Status","schema":{"$ref":"#/components/schemas/sim_enum_status","type":"string"}},{"description":"The SID or unique name of the Fleet to which a list of Sims are assigned.","in":"query","name":"Fleet","schema":{"type":"string"}},{"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.","in":"query","name":"Iccid","schema":{"type":"string"},"x-twilio":{"pii":{"deleteSla":30,"handling":"standard"}}},{"description":"How many resources to return in each list page. The default is 50, and the maximum is 1000.","in":"query","name":"PageSize","schema":{"maximum":1000,"minimum":1,"type":"integer"}},{"description":"The page index. This value is simply for client state.","in":"query","name":"Page","schema":{"minimum":0,"type":"integer"}},{"description":"The page token. This is provided by the API.","in":"query","name":"PageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"meta":{"properties":{"first_page_url":{"format":"uri","type":"string"},"key":{"type":"string"},"next_page_url":{"format":"uri","nullable":true,"type":"string"},"page":{"type":"integer"},"page_size":{"type":"integer"},"previous_page_url":{"format":"uri","nullable":true,"type":"string"},"url":{"format":"uri","type":"string"}},"type":"object"},"sims":{"items":{"$ref":"#/components/schemas/supersim.v1.sim"},"type":"array"}},"title":"ListSimResponse","type":"object"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1Sim"],"x-maturity":["Beta"]},"post":{"description":"Register a Super SIM to your Account","operationId":"CreateSim","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"properties":{"Iccid":{"description":"The [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) of the Super SIM to be added to your Account.","type":"string"},"RegistrationCode":{"description":"The 10-digit code required to claim the Super SIM for your Account.","type":"string"}},"required":["Iccid","RegistrationCode"],"title":"CreateSimRequest","type":"object"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.sim"}}},"description":"Created"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1Sim"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","unique_name","status"],"dependentProperties":{"billing_periods":{"mapping":{"sim_sid":"sid"},"resource_url":"/v1/Sims/{sim_sid}/BillingPeriods"},"sim_ip_addresses":{"mapping":{"sim_sid":"sid"},"resource_url":"/v1/Sims/{sim_sid}/IpAddresses"}},"pathType":"list"}},"/v1/Sims/{Sid}":{"description":"Individual IoT Super SIMs","get":{"description":"Fetch a Super SIM instance from your account.","operationId":"FetchSim","parameters":[{"description":"The SID of the Sim resource to fetch.","in":"path","name":"Sid","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.sim"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1Sim"],"x-maturity":["Beta"]},"post":{"description":"Updates the given properties of a Super SIM instance from your account.","operationId":"UpdateSim","parameters":[{"description":"The SID of the Sim resource to update.","in":"path","name":"Sid","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"properties":{"AccountSid":{"description":"The SID of the Account to which the Sim resource should belong. The Account SID can only be that of the requesting Account or that of a Subaccount of the requesting Account. Only valid when the Sim resource's status is new.","type":"string"},"CallbackMethod":{"description":"The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is POST.","enum":["HEAD","GET","POST","PATCH","PUT","DELETE"],"format":"http-method","type":"string"},"CallbackUrl":{"description":"The URL we should call using the `callback_method` after an asynchronous update has finished.","format":"uri","type":"string"},"Fleet":{"description":"The SID or unique name of the Fleet to which the SIM resource should be assigned.","type":"string"},"Status":{"$ref":"#/components/schemas/sim_enum_status_update","description":"The new status of the resource. Can be: `ready`, `active`, or `inactive`. See the [Super SIM Status Values](https://www.twilio.com/docs/iot/supersim/api/sim-resource#status-values) for more info.","type":"string"},"UniqueName":{"description":"An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource.","type":"string"}},"title":"UpdateSimRequest","type":"object"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.sim"}}},"description":"OK"},"202":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.sim"}}},"description":"Accepted"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1Sim"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","unique_name","status"],"dependentProperties":{"billing_periods":{"mapping":{"sim_sid":"sid"},"resource_url":"/v1/Sims/{sim_sid}/BillingPeriods"},"sim_ip_addresses":{"mapping":{"sim_sid":"sid"},"resource_url":"/v1/Sims/{sim_sid}/IpAddresses"}},"pathType":"instance"}},"/v1/Sims/{SimSid}/BillingPeriods":{"description":"Billing Period for an IoT Super SIM","get":{"description":"Retrieve a list of Billing Periods for a Super SIM.","operationId":"ListBillingPeriod","parameters":[{"description":"The SID of the Super SIM to list Billing Periods for.","in":"path","name":"SimSid","required":true,"schema":{"type":"string"}},{"description":"How many resources to return in each list page. The default is 50, and the maximum is 1000.","in":"query","name":"PageSize","schema":{"maximum":1000,"minimum":1,"type":"integer"}},{"description":"The page index. This value is simply for client state.","in":"query","name":"Page","schema":{"minimum":0,"type":"integer"}},{"description":"The page token. This is provided by the API.","in":"query","name":"PageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"billing_periods":{"items":{"$ref":"#/components/schemas/supersim.v1.sim.billing_period"},"type":"array"},"meta":{"properties":{"first_page_url":{"format":"uri","type":"string"},"key":{"type":"string"},"next_page_url":{"format":"uri","nullable":true,"type":"string"},"page":{"type":"integer"},"page_size":{"type":"integer"},"previous_page_url":{"format":"uri","nullable":true,"type":"string"},"url":{"format":"uri","type":"string"}},"type":"object"}},"title":"ListBillingPeriodResponse","type":"object"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1BillingPeriod"],"x-maturity":["GA"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","sim_sid","start_time","end_time","period_type"],"parent":"/Sims/{Sid}","pathType":"list"}},"/v1/Sims/{SimSid}/IpAddresses":{"description":"IP Addresses for a Super SIM configured to use a VPN connection","get":{"description":"Retrieve a list of IP Addresses for the given Super SIM.","operationId":"ListSimIpAddress","parameters":[{"description":"The SID of the Super SIM to list IP Addresses for.","in":"path","name":"SimSid","required":true,"schema":{"type":"string"}},{"description":"How many resources to return in each list page. The default is 50, and the maximum is 1000.","in":"query","name":"PageSize","schema":{"maximum":1000,"minimum":1,"type":"integer"}},{"description":"The page index. This value is simply for client state.","in":"query","name":"Page","schema":{"minimum":0,"type":"integer"}},{"description":"The page token. This is provided by the API.","in":"query","name":"PageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"ip_addresses":{"items":{"$ref":"#/components/schemas/supersim.v1.sim.sim_ip_address"},"type":"array"},"meta":{"properties":{"first_page_url":{"format":"uri","type":"string"},"key":{"type":"string"},"next_page_url":{"format":"uri","nullable":true,"type":"string"},"page":{"type":"integer"},"page_size":{"type":"integer"},"previous_page_url":{"format":"uri","nullable":true,"type":"string"},"url":{"format":"uri","type":"string"}},"type":"object"}},"title":"ListSimIpAddressResponse","type":"object"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1SimIpAddress"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["ip_address","ip_address_version"],"mountName":"sim_ip_addresses","parent":"/Sims/{Sid}","pathType":"list"}},"/v1/SmsCommands":{"description":"Machine-to-machine SMS Commands sent to/from SIMs","get":{"description":"Retrieve a list of SMS Commands from your account.","operationId":"ListSmsCommand","parameters":[{"description":"The SID or unique name of the Sim resource that SMS Command was sent to or from.","in":"query","name":"Sim","schema":{"type":"string"}},{"description":"The status of the SMS Command. Can be: `queued`, `sent`, `delivered`, `received` or `failed`. See the [SMS Command Status Values](https://www.twilio.com/docs/iot/supersim/api/smscommand-resource#status-values) for a description of each.","in":"query","name":"Status","schema":{"$ref":"#/components/schemas/sms_command_enum_status","type":"string"}},{"description":"The direction of the SMS Command. Can be `to_sim` or `from_sim`. The value of `to_sim` is synonymous with the term `mobile terminated`, and `from_sim` is synonymous with the term `mobile originated`.","in":"query","name":"Direction","schema":{"$ref":"#/components/schemas/sms_command_enum_direction","type":"string"}},{"description":"How many resources to return in each list page. The default is 50, and the maximum is 1000.","in":"query","name":"PageSize","schema":{"maximum":1000,"minimum":1,"type":"integer"}},{"description":"The page index. This value is simply for client state.","in":"query","name":"Page","schema":{"minimum":0,"type":"integer"}},{"description":"The page token. This is provided by the API.","in":"query","name":"PageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"meta":{"properties":{"first_page_url":{"format":"uri","type":"string"},"key":{"type":"string"},"next_page_url":{"format":"uri","nullable":true,"type":"string"},"page":{"type":"integer"},"page_size":{"type":"integer"},"previous_page_url":{"format":"uri","nullable":true,"type":"string"},"url":{"format":"uri","type":"string"}},"type":"object"},"sms_commands":{"items":{"$ref":"#/components/schemas/supersim.v1.sms_command"},"type":"array"}},"title":"ListSmsCommandResponse","type":"object"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1SmsCommand"],"x-maturity":["Beta"]},"post":{"description":"Send SMS Command to a Sim.","operationId":"CreateSmsCommand","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"properties":{"CallbackMethod":{"description":"The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is POST.","enum":["HEAD","GET","POST","PATCH","PUT","DELETE"],"format":"http-method","type":"string"},"CallbackUrl":{"description":"The URL we should call using the `callback_method` after we have sent the command.","format":"uri","type":"string"},"Payload":{"description":"The message body of the SMS Command.","type":"string"},"Sim":{"description":"The `sid` or `unique_name` of the [SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) to send the SMS Command to.","type":"string"}},"required":["Sim","Payload"],"title":"CreateSmsCommandRequest","type":"object"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.sms_command"}}},"description":"Created"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1SmsCommand"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","status","date_created"],"pathType":"list"}},"/v1/SmsCommands/{Sid}":{"description":"Machine-to-machine SMS Commands sent to/from SIMs","get":{"description":"Fetch SMS Command instance from your account.","operationId":"FetchSmsCommand","parameters":[{"description":"The SID of the SMS Command resource to fetch.","in":"path","name":"Sid","required":true,"schema":{"maxLength":34,"minLength":34,"pattern":"^HC[0-9a-fA-F]{32}$","type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/supersim.v1.sms_command"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1SmsCommand"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["sid","status","date_created"],"pathType":"instance"}},"/v1/UsageRecords":{"description":"Usage information for Sim resources","get":{"description":"List UsageRecords","operationId":"ListUsageRecord","parameters":[{"description":"SID or unique name of a Sim resource. Only show UsageRecords representing usage incurred by this Super SIM.","in":"query","name":"Sim","schema":{"type":"string"}},{"description":"SID or unique name of a Fleet resource. Only show UsageRecords representing usage for Super SIMs belonging to this Fleet resource at the time the usage occurred.","in":"query","name":"Fleet","schema":{"type":"string"}},{"description":"SID of a Network resource. Only show UsageRecords representing usage on this network.","in":"query","name":"Network","schema":{"maxLength":34,"minLength":34,"pattern":"^HW[0-9a-fA-F]{32}$","type":"string"}},{"description":"Alpha-2 ISO Country Code. Only show UsageRecords representing usage in this country.","in":"query","name":"IsoCountry","schema":{"format":"iso-country-code","type":"string"}},{"description":"Dimension over which to aggregate usage records. Can be: `sim`, `fleet`, `network`, `isoCountry`. Default is to not aggregate across any of these dimensions, UsageRecords will be aggregated into the time buckets described by the `Granularity` parameter.","in":"query","name":"Group","schema":{"$ref":"#/components/schemas/usage_record_enum_group","type":"string"}},{"description":"Time-based grouping that UsageRecords should be aggregated by. Can be: `hour`, `day`, or `all`. Default is `all`. `all` returns one UsageRecord that describes the usage for the entire period.","in":"query","name":"Granularity","schema":{"$ref":"#/components/schemas/usage_record_enum_granularity","type":"string"}},{"description":"Only include usage that occurred at or after this time, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Default is one month before the `end_time`.","in":"query","name":"StartTime","schema":{"format":"date-time","type":"string"}},{"description":"Only include usage that occurred before this time (exclusive), specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Default is the current time.","in":"query","name":"EndTime","schema":{"format":"date-time","type":"string"}},{"description":"How many resources to return in each list page. The default is 50, and the maximum is 1000.","in":"query","name":"PageSize","schema":{"maximum":1000,"minimum":1,"type":"integer"}},{"description":"The page index. This value is simply for client state.","in":"query","name":"Page","schema":{"minimum":0,"type":"integer"}},{"description":"The page token. This is provided by the API.","in":"query","name":"PageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"meta":{"properties":{"first_page_url":{"format":"uri","type":"string"},"key":{"type":"string"},"next_page_url":{"format":"uri","nullable":true,"type":"string"},"page":{"type":"integer"},"page_size":{"type":"integer"},"previous_page_url":{"format":"uri","nullable":true,"type":"string"},"url":{"format":"uri","type":"string"}},"type":"object"},"usage_records":{"items":{"$ref":"#/components/schemas/supersim.v1.usage_record"},"type":"array"}},"title":"ListUsageRecordResponse","type":"object"}}},"description":"OK"}},"security":[{"accountSid_authToken":[]}],"tags":["SupersimV1UsageRecord"],"x-maturity":["Beta"]},"servers":[{"url":"https://supersim.twilio.com"}],"x-twilio":{"defaultOutputProperties":["account_sid","period"],"pathType":"list"}}},"components":{"schemas":{"billing_period_enum_bp_type":{"enum":["ready","active"],"type":"string"},"esim_profile_enum_status":{"enum":["new","reserving","available","downloaded","installed","failed"],"type":"string"},"fleet_enum_data_metering":{"enum":["payg"],"type":"string"},"ip_command_enum_direction":{"enum":["to_sim","from_sim"],"type":"string"},"ip_command_enum_payload_type":{"enum":["text","binary"],"type":"string"},"ip_command_enum_status":{"enum":["queued","sent","received","failed"],"type":"string"},"settings_update_enum_status":{"enum":["scheduled","in-progress","successful","failed"],"type":"string"},"sim_enum_status":{"enum":["new","ready","active","inactive","scheduled"],"type":"string"},"sim_enum_status_update":{"enum":["ready","active","inactive"],"type":"string"},"sim_ip_address_enum_ip_address_version":{"enum":["IPv4","IPv6"],"type":"string"},"sms_command_enum_direction":{"enum":["to_sim","from_sim"],"type":"string"},"sms_command_enum_status":{"enum":["queued","sent","delivered","received","failed"],"type":"string"},"supersim.v1.esim_profile":{"properties":{"account_sid":{"description":"The SID of the [Account](https://www.twilio.com/docs/iam/api/account) to which the eSIM Pro