Balance
Get eSIM balance
Experimental. This endpoint is still settling — its request and response shape may change without a deprecation cycle.
Returns the latest stored balance. Amounts use integer minor currency units.
get
/profiles/{profileReference}/esims/{esimReference}/balanceAuthorization
Authorization: Bearer {token} — an OAuth2 access token from the client-credentials flow. How authentication works
Path parameters
profileReferencestringrequiredThe eSIM's profile reference (16-digit numeric string)
esimReferencestringrequiredeSIM reference identifier (18-digit opaque token)
Responses
200Current balanceapplication/jsonShow response bodyHide response body
dataobjectrequiredShow propertiesHide properties
profileReferencestringrequiredesimReferencestringrequiredcurrencystringrequiredThree-letter ISO 4217 currency code
balanceintegerrequiredCurrent balance in integer minor currency units
updatedAtstring · date-timerequired400Bad request - invalid parameters401Unauthorized - missing or invalid API key403Forbidden - client does not have access to this resource404Resource not found422Request cannot be applied to the current resource429Rate limit exceeded500Internal server error