---
title: "Retrieve eSIM product list."
method: GET
path: "/products/esims"
tags: ["Products"]
---

# Retrieve eSIM product list.

`GET /products/esims`

## Query parameters

- `start` integer
- `limit` integer
- `include_test_products` boolean
- `country` string
- `category` string

## Response `200`

Success

- object
  - `meta` object
    - `start` integer
    - `limit` integer
    - `include_out_of_stock` boolean
    - `_endpoint` string
  - `data` Product[]
    - `id` string
    - `name` string
    - `country_code` string
    - `country_name` string
    - `currency` string
    - `created_time` string
    - `recipient_type` string
    - `image` string
    - `in_stock` boolean
    - `packages` object
      - `id` string
      - `value` string
      - `price` number — Price of the package in the user's currency.
    - `range` object
      - `min` number
      - `max` number
      - `step` number
      - `price_rate` number — Price rate between the product currency and the user's currency.

---

[API](https://skmtc.dev/bitrefill/apis/bitrefill-api-documentation.md) · [All operations](https://skmtc.dev/bitrefill/apis/bitrefill-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitrefill/bitrefill-api-documentation/revisions/09e1bde6bae5/schema)
