Apart from the SIM details you see in the EUI, there's another way on how you can retrieve all this information in one go and in one simple way--via the EMnfiy API Swagger and this article will serve as your guide on how this can be done.
Before you can retrieve any information via the API, you have to do the authentication first.
Once authentication is done, you can then follow the steps below:
1. Go to the SIM section of API Swagger and select "SIM Details".
2. Select "Try it out" and enter the SIM ID (You can get this in the EUI under the SIMs tab).
3. Click "Execute".
Here's a sample body response that you will get:
{
"id": xxxxxx,
"iccid": "8988303000000xxxxxx",
"production_date": "2018-01-17T12:58:04.000+0000",
"activation_date": "2019-05-19T08:13:15.000+0000",
"status": {
"id": 1,
"description": "Activated"
},
"customer_org": {
"id": xxxx,
"name": "xxxxxx test",
"country": {
"id": xxx,
"name": "xxxxxxxxx"
}
},
"issuer_org": {
"id": 2,
"name": "EMnify GmbH",
"country": {
"id": xxx,
"name": "NonTerrestrial 883"
}
},
"endpoint": {
"id": xxxxxxx,
"name": "SmartPhone",
"imei": null,
"created": "2019-05-19T08:14:13.000+0000",
"last_updated": "2019-06-21T10:06:25.000+0000",
"organisation_id": xxxx,
"service_profile_id": xxxxxx,
"tariff_profile_id": xxxxxx,
"tags": null,
"ip_address": "000.000.00.0",
"ip_address_space_id": 3439
},
"imsi": "2950509xxxxxxxxx",
"msisdn": "xxxxxxxxxxxxxxx",
"model": {
"id": 9,
"description": "Classic",
"memory_size": 64,
"formfactor": {
"id": 8,
"name": "1/2/3/4FF (4in1)"
},
"manufacturer": {
"id": 5,
"name": "Oberthur"
}
}
}
|
Kommentare
0 Kommentare
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.