candidate.listFraudChecks

Fetches a paginated list of fraud checks for a candidate, including the fraud signals detected in each check.

Each fraud check contains a list of fraud signals with their category, name, description, and optional value.

Field Stability:

  • id fields are stable and will not change.
  • category, name, description, and value fields on fraud signals are unstable and may change as signals are added, renamed, or recategorized.

This endpoint supports pagination only (not incremental sync). See the Pagination and Incremental Synchronization guide for usage examples.

Requires the candidatesRead permission.

Note: This endpoint requires Fraud Detection feature to be enabled for your organization.

Body Params
uuid
required

The id of the candidate to fetch fraud checks for.

string

Opaque cursor indicating which page of results to fetch

number

The maximum number of items to return. The maximum and default value is 100.

Response

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json