Skip to main content
GET
Get product details

Overview

Retrieve detailed information about a specific product by ID. The product must belong to the tenant specified in the X-Tenant-ID header.

Authorization

  • User must be authenticated with a valid Bearer token
  • User must be a member of the tenant
  • Requires X-Tenant-ID header

Tenant Isolation

Products are automatically filtered by tenant. If you request a product that belongs to a different tenant, you’ll receive a 404 error.

Example Usage

Authorizations

Authorization
string
header
required

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

Headers

X-Tenant-ID
string
required

Tenant ID for multi-tenancy

Path Parameters

id
integer
required

Response

200 - application/json

Product details

id
integer
name
string
description
string
price
number<float>
stock
integer
category_id
integer