Skip to main content
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

string
API Key for authentication. When provided, pricing reflects your account type.

Path Parameters

string
required
The unique package code identifier (e.g., US_5GB_30D).You can get package codes from the Get Packages endpoint.

Query Parameters

string
Package type:
  • BASE - New eSIM packages (default)
  • TOPUP - Top-up packages for existing eSIMs
If not provided, defaults to BASE. You can also prefix the packageCode with TOPUP_ instead of using this parameter.
string
Override currency for pricing (e.g., NGN, USD, EUR).If not provided, defaults to USD.

Response

Success Response (200 OK)

string
Unique package identifier
string
Package display name
number
Package price in USD (with markup applied)
string
Currency code (always USD)
number
Data volume in bytes. Divide by 1073741824 (1024³) to convert to GB.
number
Validity period (number of units)
string
Duration unit — DAY, HOUR, or MONTH
string
Network speed (e.g., 3G/4G/5G)
string
Package description
array
List of covered locations and their network operators

Example Request

Example Response

Converting Data Volume

Package volume is returned in bytes. Use these conversions:

Use Cases

Show full details before a user commits to purchase:
Verify package details and show NGN equivalent before buying:
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