Fetch an eSIM Profile
eSIM Profiles that can be loaded onto consumer eUICC SIMs
Fetch an eSIM Profile.
Path parameters
-
The SID of the eSIM Profile resource to fetch.
GET /v1/ESimProfiles/{Sid}
curl \
-X GET https://supersim.twilio.com/v1/ESimProfiles/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"eid": "string",
"error_code": "string",
"error_message": "string",
"iccid": "string",
"sid": "string",
"sim_sid": "string",
"smdp_plus_address": "https://example.com",
"status": "new",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"eid": "string",
"error_code": "string",
"error_message": "string",
"iccid": "string",
"sid": "string",
"sim_sid": "string",
"smdp_plus_address": "https://example.com",
"status": "new",
"url": "https://example.com"
}