Skip to main content
GET
/
products
/
{productId}
Get a product
curl --request GET \
  --url https://public-api.replo.app/api/v1/public/products/{productId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Replo-Api-Version: <replo-api-version>'
{
  "object": "product",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "title": "<string>",
  "description": "<string>",
  "slug": "<string>",
  "type": "<string>",
  "externalCheckoutUrl": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Replo-Api-Version
enum<string>
required

The public API version to use for this request.

Available options:
2026-06-27

Path Parameters

productId
string<uuid>
required

Response

Get a product

object
enum<string>
required
Available options:
product
id
string<uuid>
required
title
string
required
description
string | null
required
slug
string | null
required
status
enum<string>
required

ProductStatus

Available options:
active,
archived,
draft
type
string
required
externalCheckoutUrl
string<uri> | null
required