Overview
eSim-Go API (2.3.0)
- OpenAPI version: 3.0.1
Authentication
apiKeyAuth
Your API Key can passed to the eSIMGo API by setting a Header with the key X-API-Key
in your HTTP call.
e.g.
curl -H 'X-API-Key: $API_KEY' https://api.esim-go.com/v2.3/esims/$ICCID/bundles
Security scheme type: apiKey
Header parameter name: X-API-Key
apiKeyQueryAuth
Alternatively, and for easy use in the browser with GET requests, the API Key can be passed as a query parameter.
e.g.
curl https://api.esim-go.com/v2.3/esims/$ICCID/bundles\?api_key\=$API_KEY
Security scheme type: apiKey
Query parameter name: api_key