Wireless Sim Resource
Asynchronous resources
Sim Properties
Status Values
Fetch a Sim resource
The SID of the RatePlan resource to fetch.
Get Sim
Invalid request
Credentials were not provided and are required to access this resource
Credentials were not provided and are required to access this resource
Resource not found
Credentials were not provided and are required to access this resource
Resource not found
Internal Server Error
Server is temporary not available
Read multiple Sim resources
The new status of the Sim resource. Can be: ready, active, suspended, or deactivated.
Only return Sim resources with this ICCID. This will return a list with a maximum size of 1.
{"value":"iccid"}The SID or unique name of a RatePlan resource. Only return Sim resources assigned to this RatePlan resource.
{"value":"rate_plan"}Deprecated.
Only return Sim resources with this registration code. This will return a list with a maximum size of 1.
How many resources to return in each list page. The default is 50, and the maximum is 1000.
The page index. This value is simply for client state.
The page token. This is provided by the API.
Data Usage List
Invalid request
Credentials were not provided and are required to access this resource
Credentials were not provided and are required to access this resource
Resource not found
Credentials were not provided and are required to access this resource
Resource not found
Internal Server Error
Server is temporary not available
Update a Sim resource
The SID of the RatePlan resource to fetch.
An application-defined string that uniquely identifies the resource. It can be used in place of the sid in the URL path to address the resource.
The HTTP method we should use to call callback_url. Can be: POST or GET. The default is POST.
The URL we should call using the callback_url when the SIM has finished updating. When the SIM transitions from new to ready or from any status to deactivated, we call this URL when the status changes to an intermediate status (ready or deactivated) and again when the status changes to its final status (active or canceled).
A descriptive string that you create to describe the Sim resource. It does not need to be unique.
The SID or unique name of the RatePlan resource to which the Sim resource should be assigned.
The new status of the Sim resource. Can be: ready, active, suspended, or deactivated.
The HTTP method we should use to call commands_callback_url. Can be: POST or GET. The default is POST.
The URL we should call using the commands_callback_method when the SIM sends a Command. Your server should respond with an HTTP status code in the 200 range; any response body is ignored.
The HTTP method we should use to call sms_fallback_url. Can be: GET or POST. Default is POST.
The URL we should call using the sms_fallback_method when an error occurs while retrieving or executing the TwiML requested from sms_url.
The HTTP method we should use to call sms_url. Can be: GET or POST. Default is POST.
The URL we should call using the sms_method when the SIM-connected device sends an SMS message that is not a Command.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Initiate a connectivity reset on the SIM. Set to resetting to initiate a connectivity reset on the SIM. No other value is valid.
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. For more information, see the Move SIMs between Subaccounts documentation.
Data Usage Update
Invalid request
Credentials were not provided and are required to access this resource
Credentials were not provided and are required to access this resource
Resource not found
Credentials were not provided and are required to access this resource
Resource not found
Internal Server Error
Server is temporary not available
Callback values
Move SIMs between Subaccounts
Reset a SIM's connectivity
Delete a Sim resource
The SID of the RatePlan resource to fetch.
The resource was deleted successfully.
Invalid request
Credentials were not provided and are required to access this resource
Credentials were not provided and are required to access this resource
Resource not found
Resource not found
Internal Server Error
Server is temporary not available
No content
View SIM lifecycle events
Last updated
Was this helpful?