Skip to main content
POST
Create and set an APN for an eSIM subscription
subId comes from list-esim. Defaults when omitted: name takes the apn value; type is default,supl; protocol and roamingProtocol are IPV4V6. On iOS the new APN becomes active immediately, replacing the previous one. On Android it is only created — and the response doesn’t return its id — so call list-esim-apns to find it, then select-esim-apn to make it preferred.

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required

Body

application/json
apn
string
required
mcc
string
required
mnc
string
required
name
string
required
protocol
string
required
roamingProtocol
string
required
subId
integer<int64>
required
type
string
required

Response

No Content