API v2.4 / eSIMs / Get eSIM Location
GET /esims/{iccid}/location
This endpoint provides the most recent location and associated network operator information for a specified eSIM.
Authorizations
Parameters
Path Parameters
Responses
200
OK
object
Mobile Network Code
FRAF1Mobile network name
OrangeMobile network brand name
Orange FranceCountry
FRLast seen date and time
2024-07-27T00:25:07.382562ZExample
{ "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
Status of api functions which do not return data
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
Status of api functions which do not return data
429
Too Many Requests
object
Status of api functions which do not return data
500
Server Error
object
Status of api functions which do not return data
503
Processing - Please come back later or use the Retry-After (seconds) header
object
Status of api functions which do not return data