Create a Verification Report

Free pilot. Submit either a record UUID or a full name with supported filters. Returns immediately; poll the resource_uri. Testing/internal credentials and no-log accounts cannot create durable reports.

post/sexoffender/report/live

Request body

OR

Example request

{
  "request_metadata": {
    "purpose": "Annual audit",
    "reference": "CASE-123",
    "requested_by": "Facility A",
    "include_in_pdf": false
  }
}

Response

Queued report

report_idstring required
status'queued' required
resource_uristring required

Example response

{
  "resource_uri": "/sexoffender/report/live/lr_0123456789abcdef0123456789abcdef"
}

Changes