Skip to content

Download check report (PDF)

Request

Download a PDF report for a single instant criminal check. The file is returned as an attachment (Content-Disposition: attachment) with a suggested filename of {first_name} {last_name} - check results.pdf. When first or last name is unavailable, {check_id} - check results.pdf is used instead.

The PDF reflects the same result shaping as the JSON check resource.

Availability: Returns 422 Unprocessable Content with a JSON body when the check has not finished and results are not yet available (no completed results).

Security
get-bearer-token-using-oauth2
Path
check_idstring, (uuid)required

the uuid identifying the check

Example:2b8313e8-4efd-45a1-b578-952b8313e890
curl -i -X GET \
  https://api.checkrtrust.com/v1/checks/2b8313e8-4efd-45a1-b578-952b8313e890/report \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

PDF document

Headers
Content-Dispositionstring

Attachment with suggested filename {first_name} {last_name} - check results.pdf.

Example:"attachment; filename=\"Jane Doe - check results.pdf\""
Bodyapplication/pdf
string, (binary)
Response
string