🟢 GET - Products
Get Products
Get all products for a business
GET
Returns all products being tracked for a business.
Path Parameters
The Clerk organization slug
Response
The organization slug
List of products
Total number of products
Product Object
| Field | Type | Description |
|---|---|---|
id | string | UUID of the product entity |
product_id | string | Slugified product identifier |
name | string | Product display name |
url | string | Product page URL (optional) |
favicon_url | null | Always null for products (only businesses) |
citation_count | integer | Number of AI citations for this product |
created_at | string | ISO timestamp |
updated_at | string | ISO timestamp |