Download a signed waiver PDF
/v1/waivers/{id}/pdfThe rendered waiver as application/pdf. 404 until the render has finished (pdfStatus: "ready"). poll GET /v1/waivers/{id}, or wait for the waiver.signed webhook and retry. Every download is recorded in both the audit log and the PHI access log.
Authentication
Send an organization-scoped API key in the Authorization header. Keep credentials on your server.
waivers:readParameters
pathrequiredstring · uuidResponses
404 Response schema
application/json
objectrequiredView nested fields
stringrequiredstringrequiredstringrequiredvalueView complete response schema
{
"type": "object",
"properties": {
"error": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
},
"requestId": {
"type": "string"
},
"details": {}
},
"required": [
"code",
"message",
"requestId"
],
"additionalProperties": false
}
},
"required": [
"error"
],
"additionalProperties": false
}A successful response is a binary PDF with an application/pdf content type. The contract also documents the unavailable-file response. Wait until the record reports a ready PDF before downloading.
Authentication and validation failures use the shared error envelope. Save the request ID when diagnosing a failed call.
Build the surrounding workflow
Read the waiver records guide for ordering, verification and recovery. Browse the other waiver records endpoints when you need the next operation.