Skip to main content
GET
Get product by ID
Returns the full product details for a specific product. Authorization: Requires Bearer token
Base URL: https://api.antei.com

Path Parameters

  • id (required) – ID of the product

Response

Returns a single product object if found. If the ID is invalid, a 404 error will be returned.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Product details

id
string
required

Unique product identifier

name
string
required

Product name

pricing_amount
number
required

Base price of the product

currency
string
required

Currency code (e.g., USD, EUR, INR)

category
string

Product category