Firsty

Search...

Search...

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}/balance

Authorization

Authorization: Bearer {token} — an OAuth2 access token from the client-credentials flow. How authentication works

Path parameters

profileReferencestringrequired

The eSIM's profile reference (16-digit numeric string)

esimReferencestringrequired

eSIM reference identifier (18-digit opaque token)

Responses

200Current balanceapplication/json
Show response body
dataobjectrequired
Show properties
profileReferencestringrequired
esimReferencestringrequired
currencystringrequired

Three-letter ISO 4217 currency code

balanceintegerrequired

Current balance in integer minor currency units

updatedAtstring · date-timerequired
400Bad 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