cURL
curl --request GET \ --url https://business.bfinance.app/external/api/esim/packages/{packageId} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "id": "12345", "price": 29.99, "unlimited": false, "data": { "quantity": 1000, "unit": "MB" }, "voice": { "quantity": 200, "unit": "min" }, "sms": { "quantity": 50 }, "validity": { "quantity": 30, "unit": "days" }, "coverage": [ { "name": "France", "flagUrl": "https://example.com/flags/fr.png", "network": [ { "name": "Orange", "mobileStandards": [ "2G", "3G", "4G" ] } ] } ] } }
Retrieves details of a specific eSIM package.
JWT authentication token
The ID of the package to retrieve details for.
Successfully retrieved package details.
"success"
Show child attributes
Was this page helpful?
Contact support