Skip to content

Refresh an eSIM

GET
/esims/{iccid}/refresh

This request is used to generate a cancel location request to the network, note this disconnects the customer from the network and should be used for troubleshooting purposes only, it should not be used to cancel location in bulk

Authorizations

Parameters

Path Parameters

iccid
required
string

The ICCID of the eSIM

Responses

200

ESIM Successfully Refreshed

object
message

Status of api functions which do not return data

string

400

Bad Request - returned when the given ICCID is not found and/or permission to view this ICCID is not granted

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

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