Skip to main content

Get identity proofing result data in bulk

GET 

/identity_proofing_results

This endpoint can retrieve identity proofing result data in bulk from Lifecycle

Request

Query Parameters

    query object

    Allows for pagination and sorting.

    profile_id uuid

    Profile ID to filter by

    workflow_session_id uuid

    Workflow Session ID to filter by

    result string

    Possible values: [pass, fail]

    ID Proofing Result to filter by

    metadata boolean

    Returns batching metadata in the response

Responses

Expected response to a valid request

Schema
    identity_proofing_results object[]
  • Array [
  • id uuid
    identity_proofing_action_id uuid
    workflow_session_id uuid
    profile_id uuid
    proofing_workflow uuid
    result string

    Possible values: [pending, pass, fail]

    proofing_attributes object
    property name* string
    created_at date-time
    updated_at date-time
  • ]
  • _metadata object
    limit integer
    offset integer
    total integer
    next string
    previous string
Loading...