v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
SIM

Create and set an APN for an eSIM subscription

Creates an access point name (APN) from the request body and applies it to the given eSIM subscription. Type, protocol, and roaming protocol default to common values when omitted.

post/devices/{deviceId}/esim/apn

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Request body

$schemastring uri

A URL to the JSON Schema for this object.

apnstring required
mccstring required
mncstring required
namestring required
protocolstring required
roamingProtocolstring required
subIdinteger required
typestring required

Example request

{
  "$schema": "https://example.com/schemas/SetAPNBody.json"
}

Response

No Content