Skip to content

Check that an eSIM is compatible with a bundle

GET
/esims/{iccid}/compatible/{bundle}

This request is used to check that a specific bundle is compatible with an eSIM.

Authorizations

Parameters

Path Parameters

iccid
required
string

The ICCID of the eSIM

name
required
string

Name of Bundle

Format as defined in List Catalogue API call. Example: esim_10GB_30D_IM_U

Responses

200

Compatibility Result

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