Download an ID check certificate as PDF
GET
/api/v1/id-checks/{id_check_uuid}/pdf
operationId: id-check.pdf
Base: https://portal.watcheye.com.au/api/v1/id-checks/{id_check_uuid}/pdf
Returns a verification certificate PDF for a completed entity-bound ID check.
This endpoint does not bill - PDF generation reuses the existing on-record check data.
Status codes
200- the PDF certificate is returned in the response body.404- either the ID check does not exist on the calling account, or theid_typeisidpass(the idpass identity verification flow is hosted entirely on the idpass platform and does not produce a downloadable WatchEye certificate). Use the responsemessageto distinguish the two cases.409- the ID check has not yet reached a terminal outcome (outcomeis notpassorfail). Poll show ID check untiloutcomeis set, then retry the download.
Path parameters
| Field | Description |
|---|---|
id_check_uuidrequired |
string (uuid) The uuid of the ID check. |
Responses
200
PDF certificate
application/pdf
Binary PDF file
409
The ID check has not yet completed. Poll the show endpoint until
The ID check has not yet completed. Poll the show endpoint until outcome is
pass or fail before retrying the download.
application/json
| Field | Description |
|---|---|
message |
string |