Register a Super SIM to your Account
Individual IoT Super SIMs
Register a Super SIM to your Account
Body
-
The ICCID of the Super SIM to be added to your Account.
-
The 10-digit code required to claim the Super SIM for your Account.
POST
/v1/Sims
curl \
--request POST 'https://supersim.twilio.com/v1/Sims' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Iccid=89883070000123456789&RegistrationCode=H3LL0W0RLD'
Request example
{"Iccid"=>"89883070000123456789", "RegistrationCode"=>"H3LL0W0RLD"}
Response examples (201)
{
"sid": "HSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://supersim.twilio.com/v1/Sims/HSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"iccid": "89883070000123456789",
"links": {
"billing_periods": "https://supersim.twilio.com/v1/Sims/HSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/BillingPeriods",
"sim_ip_addresses": "https://supersim.twilio.com/v1/Sims/HSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/IpAddresses"
},
"status": "new",
"fleet_sid": null,
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"unique_name": "",
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z"
}