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

Changed in 2 of the 12 revisions of this API.12

  • 3839b7742c8a11See the full diff
    • ▲

      removed subschema #1 subschema #2 from the request body oneOf list

      request-body-one-of-removed

    • ○

      added subschema #1 subschema #2 to the request body oneOf list

      request-body-one-of-added

    • ○

      endpoint added

      endpoint-added