Products
Get Product by ID
Retrieve a single product using its unique ID.
GET
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Product details
The response is of type object
.