cases
get
/api/v1/cases/{id}/report/pdf
The underwriting report as a PDF document.
- Scope
cases:read- Rate limit
- 50 requests / min
- Idempotency
- read-only
Authentication
Send your key as Authorization: Bearer …. It must carry the scope cases:read; a key without it receives 403 forbidden.
Path parameters
idstringrequiredRequest body
This operation takes no request body.
Response
200application/pdfA binary body — the response is the file itself, not JSON.
Errors
The statuses this operation can return, with the error.code values behind each. Every error body is the shared envelope described under Errors in Getting started.
401unauthorized403forbidden404not_found429rate_limit_exceeded500internal_error