Partners

Reseller API

Provision eSIMs programmatically, sync inventory, and monitor usage from your connectivity dashboard.

Code sample

curl -X POST https://travsim.io/api/v1/orders \
  -H "Authorization: Bearer tsk_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "planId": "japan-5gb-15",
    "email": "traveler@example.com"
  }'

Developer access

Step 1 of 3

Create your partner portal login. Same email works on TravSim web.

NDA required before production keys are issued.

Reseller API | TravSim