API v2.4 / Overview
eSIM Go API (2.4.0)
To access the eSIMGo API, you need to authenticate your requests using an API key. Here’s a brief overview of the authentication process:
- Assuming that you have created account already:
- Log into your eSIMGo account at https://sso.esim-go.com/login.
- Navigate to Account Settings -> API Details to find your API key.
- Keep your API key secure and avoid sharing it with others.
- API Key Usage:
- Include your API key in the header of all eSIMGo API requests.
- Use the header key ‘X-API-KEY’ with your API key as the value.
- Security Scheme:
- The eSIMGo API uses an HTTP security scheme type for authentication.
- Authorization Types:
- The API supports ‘apiKeyAuth’ authorization type.
- OpenAPI version: 3.0.0
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