API v2.4 / eSIMs / 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
mobileNetworkCode
string
FRAF1
networkName
string
Orange
networkBrandName
string
Orange France
country
string
FR
lastSeen
string format: date-time
2024-07-27T00:25:07.382562Z
Example
{ "mobileNetworkCode": "FRAF1", "networkName": "Orange", "networkBrandName": "Orange France", "country": "FR", "lastSeen": "2024-07-27T00:25:07.382562Z"}
400
Bad Request - returned when request format is not accepted
object
message
Status of api functions which do not return data
string
403
Unauthorised - returned when the api token is invalid; the user does not have any available Bundles left or the ICCID is not accessible by the user
object
message
Status of api functions which do not return data
string
429
Too Many Requests
object
message
Status of api functions which do not return data
string
500
Server Error
object
message
Status of api functions which do not return data
string
503
Processing - Please come back later or use the Retry-After (seconds) header
object
message
Status of api functions which do not return data
string