Get Package Details
eSIM
Get Package Details
Get detailed information for a specific eSIM package
GET
Get Package Details
Endpoint
Description
Returns detailed information for a single eSIM package, including pricing, data volume, duration, network coverage, and supported operators. Use this to display a package detail page or to confirm package info before purchase. Supports both BASE (new eSIM) and TOPUP (data refill) packages. To fetch a top-up package, either pass?type=TOPUP or prefix the package code with TOPUP_ (e.g., TOPUP_CKH384).
This is a public endpoint — authentication is optional. If an API key is provided, pricing will be calculated based on your account type (User or Merchant).
Authentication
API Key for authentication. When provided, pricing reflects your account type.
Path Parameters
The unique package code identifier (e.g.,
US_5GB_30D).You can get package codes from the Get Packages endpoint.Query Parameters
Package type:
BASE- New eSIM packages (default)TOPUP- Top-up packages for existing eSIMs
BASE. You can also prefix the packageCode with TOPUP_ instead of using this parameter.Override currency for pricing (e.g.,
NGN, USD, EUR).If not provided, defaults to USD.Response
Success Response (200 OK)
Unique package identifier
Package display name
Package price in USD (with markup applied)
Currency code (always
USD)Data volume in bytes. Divide by
1073741824 (1024³) to convert to GB.Validity period (number of units)
Duration unit —
DAY, HOUR, or MONTHNetwork speed (e.g.,
3G/4G/5G)Package description
List of covered locations and their network operators
Example Request
Example Response
Converting Data Volume
Packagevolume is returned in bytes. Use these conversions:
Use Cases
Package Detail Page
Package Detail Page
Show full details before a user commits to purchase:
Pre-Purchase Confirmation
Pre-Purchase Confirmation
Verify package details and show NGN equivalent before buying:
Top-Up Package Lookup
Top-Up Package Lookup
Look up a top-up package using the
type query parameter or TOPUP_ prefix:Next Steps
Get All Packages
Browse all packages for a region
Top-Up Packages
Get available top-up packages for an existing eSIM
Purchase eSIM
Buy this package
Exchange Rate
Get USD → NGN rate for price conversion
