Postman collection
A complete Postman v2.1 collection with every partner endpoint, examples, and a Sandbox environment.
One-click import
Direct downloads
- Collection URL:
https://portal.esimerge.com/api/public/postman/esimerge-api.json - Environment URL:
https://portal.esimerge.com/api/public/postman/esimerge-sandbox.postman_environment.json
Manual import (3 steps)
- Open Postman → Import → paste the collection URL above (or drop the downloaded file).
- Repeat with the environment file. From the top-right environment selector, pick eSimerge — Sandbox.
- Open the environment, set
api_keyto youresm_sk_test_…key, save, and run any request.
What's inside
- Collection-level Bearer auth using
{{api_key}}. - Variables:
base_url,api_key,plan_id,order_id,esim_id,idempotency_key. - Folders: Catalog, Orders, eSIMs, Webhooks (reference).
- Pre-request script auto-generates an
Idempotency-KeyUUID when missing. - Saved example responses (success + common errors) for every endpoint.