Skip to content

GET /public/v1/quotes/

AuthRequired
Scopequotes:read

Fetch a quote by id. Cross-tenant ids return 404 (not 403).

Try It

Replace the path id after creating a quote.

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/quotes/$QUOTE_ID" \
  -H "Authorization: Bearer $AF_API_KEY"

Errors

StatusCode
404not_found

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