Skip to main content
GET
Get EndUser background check dashboard payload

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_heron_id
string
required

The Heron ID of the end user

Query Parameters

include_section_detail
boolean
default:false

If true, each record additionally carries its full vendor detail under detail

exclude_manual
boolean
default:false

If true, each subject's search trail is taken from that subject's most recent run that used an automatic identity search, ignoring runs where the subject was manually pinned. Records and policy outcomes are unaffected.

Response

OK

Dates use YYYY-MM-DD. Amounts are decimal strings. Nullable source fields return null. SSNs remain masked; full SSNs never appear.

end_user_id
string
required

Heron ID of the end user

status
enum<string>
required

Run lifecycle: never_run, processing, succeeded, failed, or missing_input_data.

Available options:
never_run,
processing,
succeeded,
failed,
missing_input_data
subjects
object[]
required

One entry per searched subject: owner_1, owner_2 when present, and business.

overall
object | null

Headline outcome across all background checks; null until an outcome is available.

policy
object | null

Outcome of each configured background-check policy check; null until available.

processing_stage
enum<string> | null

While processing: searching, pulling_reports, or analysing. Null otherwise.

Available options:
searching,
pulling_reports,
analysing,
null