Get eSIM Location
GET /esims/{iccid}/location
GET
/esims/{iccid}/location
Returns the last known location and operator for a given eSIM.
Authorizations
Parameters
Path Parameters
iccid
required
string
Responses
200
OK
object
Example
{ "mobileNetworkCode": "<string>", "networkName": "<string>", "country": "<string>", "lastSeen": "<string>"}
400
Bad Request
object
Example
{ "message": "<string>"}
403
Forbidden
object
Example
{ "message": "<string>"}
500
Internal Server Error
object
Example
{ "message": "<string>"}