eSIM

Purchase eSIM

post/api/v1/esim/purchase

Request body

packageCodestring required

Package code from GET /api/v1/esim/packages or GET /api/v1/esim/topup-packages.

customerRefstring

Your internal reference for reconciliation.

iccidstring

ICCID of the existing eSIM — required when purchasing a TOPUP package.

Example request

{
  "packageCode": "NG-1GB-30D",
  "customerRef": "ESIM-REF-001",
  "iccid": "8960000000000000001"
}

Response

OK

Changes