EsimProfile
- Name
- object
- Type
- string
- Description
Type of object is always
eSimProfile
.Allowed values:eSimProfile
- Name
- sim
- Type
- Sim
- Description
- A SIM is a unique card that identifies itself to a specific mobile network and provides voice, text, and data connectivity to a user’s device. There are two types of available SIMs: eSIM and pSIM. eSIMs can be activated and installed instantly on any eSIM compatible device, pSIMs (physical SIMs) must be provided to the user or installed into the device beforehand.
- Name
- status
- Type
- string
- Description
The current status of the eSimProfile.
Allowed values:deleted
disabled
enabled
installed
unknown
- Name
- updatedAt
- Type
- string
- Description
Time at which the status was last updated.
Example:"2024-03-13T15:36:01Z"
Example
{
"object": "eSimProfile",
"sim": {
"object": "sim",
"id": "sim_0SNlurA049MEWV1BAAmWZULA4lf6",
"metadata": {},
"createdAt": "2021-01-21T19:38:34.0Z",
"iccid": "89883070000007537119",
"provider": "p9",
"status": "inactive",
"type": "eSIM"
},
"status": "deleted",
"updatedAt": "2024-03-13T15:36:01.0Z"
}