Skip to main content
GET
/
esim
/
countries
Get Available Countries
curl --request GET \
  --url https://business.bfinance.app/external/api/esim/countries \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {
    "countries": [
      {
        "isoName": "US",
        "name": "United States",
        "flagUrl": "https://example.com/flags/us.png"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

JWT authentication token

Response

Successfully retrieved the list of eSIM-supported countries

status
string
Example:

"success"

data
object