JavaScript
SIM
Configure eSIM
Download profile and/or enable subscription.
POST
JavaScript
Returns the newly installed subscription — keep its
subId for later enable, delete, and APN calls. With enable: true the profile is activated in the same call; otherwise enable it later with enable-esim.
smDpAddr is the bare SM-DP+ address, not a full activation code. Given LPA:1$smdp.example.com$MATCH-123, pass smdp.example.com as smDpAddr and MATCH-123 as matchingId; a fourth segment would be confirmationCode.
eSIM operations run one at a time per device — a concurrent call fails instead of queueing.Authorizations
Bearer token via Authorization header
Headers
Required range:
x >= 0Path Parameters
Body
application/json
Optional carrier-issued confirmation code (the 4th LPA segment). Required only for plans whose SM-DP+ challenges the device for one. Requires matchingId — the LPA spec only interprets segment 4 when segment 3 is present.
Response
OK