API v2.4 / eSIMs / Update eSIM Details
PUT /esims
A feature that enables the association of a unique identifier with an eSIM. This functionality allows for the integration of relevant operational data, such as customer order IDs.
Authorizations
Parameters
Query Parameters
(Required) ICCID of eSIM
Example
8944123456789012000
(Required) New Customer Reference
Example
Test
Request Body
object
ICCID of eSIM
New Customer Reference
Example
{ "iccid": "8944123456789012345", "customerRef": "ref-123"}
Responses
200
OK
object
Status message of api request
Example
{ "status": "success"}
400
Bad Request - returned when request format is not accepted
object
Status of api functions which do not return data
403
Unauthorised - returned when the api token is invalid; the user does not have any available Bundles left or the ICCID is not accessible by the user
object
Status of api functions which do not return data
429
Too Many Requests
object
Status of api functions which do not return data
500
Server Error
object
Status of api functions which do not return data
503
Processing - Please come back later or use the Retry-After (seconds) header
object
Status of api functions which do not return data