Skip to main content
GET
Get all products
Returns a list of all products that belong to your organization. Authorization: Requires Bearer token
Base URL: https://api.antei.com

Query Parameters

  • limit (optional) – Limit the number of results

Response

A list of product objects, including ID, name, category, and pricing details.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

List of products

id
string
required

Unique product identifier

name
string
required

Product name

pricing_amount
number
required

Base price of the product

currency
string
required

Currency code (e.g., USD, EUR, INR)

category
string

Product category