Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Getting SIMs
Physical SIMs
Physical SIM orders go through Mission Control — you can’t order them via API.- Order — Set quantity, add to cart, and check out. Telnyx ships triple-cut SIM cards (2FF/3FF/4FF) to your address.
- Register — Each physical SIM has a 10-digit registration code printed on the card. Register via the portal (Register SIM Cards tab, manual or CSV) or the API (
POST /actions/register/sim_cards). During registration you assign a SIM Card Group and optional tags. - Enable — Once registered, activate the SIM on the network via
POST /sim_cards/{id}/actions/enableor the portal.
eSIMs
eSIMs are downloadable SIM profiles for consumer devices (phones, tablets, laptops) — not embedded SIM hardware. For eUICC hardware solutions, contact Sales. Purchase through Mission Control or the API (POST /actions/purchase_esims):
- Portal — Set quantity, assign a SIM Card Group, choose initial status, add tags. $0.70 activation fee per eSIM. No cart — purchase is immediate.
- API —
POST /actions/purchase/esims. Same parameters, same instant provisioning.