Appearance
GET /public/v1/quotes/
| Auth | Required |
| Scope | quotes: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
| Status | Code |
|---|---|
| 404 | not_found |