Get the location of subscription esim
SubscriptionV2
Get the location of subscription esim
Returns the last known location of a subscription esim. The currentLocation field will be null until the system sees the esim location for the first time.
GET
Get the location of subscription esim
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
iccid or subscription id
Query Parameters
can be used to fetch full country object with expand=country
Response
200 - application/json
OK
Example:
{
"country": {
"iso2": "IN",
"iso3": "IND",
"name": "India"
},
"updatedAt": 1739299683
}