IPCommand Resource
Transfer IP/UDP messages between your cloud and your devices
https://supersim.api.korewireless.com/v1/IpCommandsIP Commands to SIM (Mobile Terminated)
IP Commands from SIM (Mobile Originated)
API Authorization
Send an IP Command
Send an IP Command to a Super SIM.
The sid or unique_name of the Super SIM to send the IP Command to.
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.
The device port to which the IP Command will be sent.
Indicates how the payload is encoded. Either “text” or “binary”. For an IP Command sent to a Super SIM, payload_type is configurable. For an IP Command sent from a Super SIM, payload_type is always “binary”.
The URL we should call using the callback_method after we have sent the IP Command.
The HTTP method we should use to call callback_url. Can be GET or POST, and the default is POST.
Created
Created
Fetch an IP Command
Fetch IP Command instance from your account.
The SID of the IP Command resource to fetch.
^HG[0-9a-fA-F]{32}$OK
OK
List Your IP Commands
Retrieve a list of IP Commands from your account.
The SID or unique name of the Sim resource that IP Command was sent to or from.
{"value":"HSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}The ICCID of the Sim resource that IP Command was sent to or from.
The delivery status of the IP Command. This is one of the following: “queued”, “sent”, “failed” or “received”.
{"value":"received"}Possible values: Either to_sim or from_sim. Indicates whether the IP Command resource was sent from or to the Super SIM.
How many resources to return in each list page. The default is 50, and the maximum is 100.
The page index. This value is simply for client state.
The page token. This is provided by the API.
OK
OK
Status Values
IP Command Resource Callbacks
Error Scenarios
Synchronous Errors
Asynchronous Errors
Retention Period
Last updated
Was this helpful?