Browse endpoints

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 until status is terminal, then retry the download.

Path parameters

FieldDescription
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 status is terminal before retrying the download.

application/json
FieldDescription
message string

Example: The IDPass has not completed yet. Wait for a terminal status before downloading the certificate.

Standard error responses: 401 403 404 429 5XX See common error responses