Fleet Resource
Organize and configure groups of Sim resources
https://supersim.api.korewireless.com/v1/FleetsData Limits
API Authorization
curl -L "https://supersim.api.korewireless.com/v1/Sims" -H "Authorization: Bearer <YOUR_ACCESS_TOKEN>" Create a Fleet resource
Create a Fleet
The SID or unique name of the Network Access Profile that will control which cellular networks the Fleet's SIMs can connect to.
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.
Defines whether SIMs in the Fleet are capable of using 2G/3G/4G/LTE/CAT-M data connectivity. Defaults to true.
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).
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.
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.
Defines whether SIMs in the Fleet are capable of sending and receiving machine-to-machine SMS via Commands. Defaults to true.
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.
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.
Created
Created
Fetch a Fleet resource
Fetch a Fleet instance from your account.
The SID of the Fleet resource to fetch.
OK
OK
Read multiple Fleet resources
Retrieve a list of Fleets from your account.
The SID or unique name of the Network Access Profile that controls which cellular networks the Fleet's SIMs can connect to.
{"value":"HAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}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.
OK
OK
Update a Fleet resource
Updates the given properties of a Super SIM Fleet instance from your account.
The SID of the Fleet resource to update.
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.
The SID or unique name of the Network Access Profile that will control which cellular networks the Fleet's SIMs can connect to.
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.
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.
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.
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.
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).
OK
OK
Delete a Fleet

Last updated
Was this helpful?