Get product by ID
Products
Get Product by ID
Retrieve a single product using its unique ID.
GET
Get product by ID
Returns the full product details for a specific product.
Authorization: Requires Bearer token
Base URL:
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.