cURL
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" } ] } }
JWT authentication token
Successfully retrieved the list of eSIM-supported countries
"success"
Show child attributes
Was this page helpful?
Contact support