Skip to content

Get history of an eSIM

GET
/esims/{iccid}/history

Authorizations

Parameters

Path Parameters

iccid
required
string

The ICCID of the eSIM

Responses

200

ESIM History

Array<object>
object
name

Action Name

string
date

Action Date

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