Appearance
GET /public/v1/products
| Auth | Required |
| Scope | products:read |
Lists active products for the tenant. code matches product name in Appraiser Flow (used as product_code elsewhere).
Response item
| Field | Type |
|---|---|
code | string |
name | string |
is_active | boolean |
Try It
Try It — uses https://staging-api.appraiserflow.ai/public/v1. Keys stay in sessionStorage only. af_live_ keys are blocked.
Curl
bash
curl -sS "$AF_API/public/v1/products" -H "Authorization: Bearer $AF_API_KEY"