Skip to content

Get the last known location and operator for an eSIM

GET
/esims/{iccid}/location

Returns the last known location and operator for a given eSIM.

Authorizations

Responses

200

ESIM Assignment success message

object
mobileNetworkCode

Mobile Network Code

string
networkName

Network Name

string
country

Country

string
lastSeen

Last seen time

string

400

Bad Request - returned when incorrect data given

object
message

Status of api functions which do not return data

string

403

Unauthorised - returned when the api token is invalid

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