cURL
curl --request GET \ --url https://api.antei.com/products/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "pricing_amount": 123, "currency": "<string>", "category": "<string>" }
Retrieve a single product using its unique ID.
https://api.antei.com
id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Product details
Unique product identifier
Product name
Base price of the product
Currency code (e.g., USD, EUR, INR)
Product category