Skip to content

Get CSV containing eSIMs from an Order or Bundle apply

GET
/esims/csv/{reference}

Get eSIM SMDP+ details by providing an Order or Apply Reference.

Contains ICCID, SMDP+ address and Matching ID.

Authorizations

Parameters

Path Parameters

reference
required
string

Order Reference or Apply Reference

Responses

200

CSV

string
"ICCID","Matching ID","RSP URL","Bundle"
"Value 1","Value 2","Value 3","Value 4"

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