---
title: "Retrieve a single product by id."
method: GET
path: "/products/{id}"
tags: ["Products"]
---

# Retrieve a single product by id.

`GET /products/{id}`

## Path parameters

- `id` string, required

## Response `200`

Success

- object
  - `meta` object
    - `id` string
    - `_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.

## Other responses

- `404` — Product not found.

---

[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)
