eSIM Story API provides REST endpoints for eSIM orders.
Quick Start
To get started with the API, you’ll need to:
- Get your API credentials - Contact support to receive your API keys
- Authenticate - Use your credentials to authenticate requests
- Make your first request - Start creating eSIM orders
Base URL
The API is available in two environments:
Sandbox
https://sandbox-api.esimstory.com/api
Production
https://api.esimstory.com/api
Sandbox and production environments require separate API keys. Use sandbox
keys for testing and development. Sandbox orders use test data and do not
result in actual eSIM purchases. Use production keys only for live orders.
Authentication
Most endpoints require authentication. See the Authentication guide for details.