Download an IDPass certificate as PDF
GET
/api/v1/idpasses/{idpass_uuid}/pdf
operationId: idpass.pdf
Base: https://portal.watcheye.com.au/api/v1/idpasses/{idpass_uuid}/pdf
Returns the verification certificate PDF for a completed IDPass.
This endpoint does not bill - the certificate is generated from the on-record IDPass data.
Status codes
200- the PDF certificate is returned in the response body.404- the IDPass does not exist on the calling account.409- the IDPass has not yet reached a terminal status. Poll show IDPass untilstatusis terminal, then retry the download.
Path parameters
| Field | Description |
|---|---|
idpass_uuidrequired |
string (uuid) The uuid of the IDPass. |
Responses
200
PDF certificate
application/pdf
Binary PDF file
409
The IDPass has not yet completed. Poll the show endpoint until
The IDPass has not yet completed. Poll the show endpoint until status is terminal
before retrying the download.
application/json
| Field | Description |
|---|---|
message |
string |