Skip to content

GET /public/v1/products

AuthRequired
Scopeproducts:read

Lists active products for the tenant. code matches product name in Appraiser Flow (used as product_code elsewhere).

Response item

FieldType
codestring
namestring
is_activeboolean

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"

API base for Try-it: https://staging-api.appraiserflow.ai