cURL
curl --request GET \ --url https://api.antei.com/products \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "pricing_amount": 123, "currency": "<string>", "category": "<string>" } ]
Retrieve all products available in the system.
https://api.antei.com
limit
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of products
Unique product identifier
Product name
Base price of the product
Currency code (e.g., USD, EUR, INR)
Product category