Skip to main content

List Validation Submissions

GET 

/v1/validation-submissions

List Validation Submissions

Request​

Query Parameters

    direction string

    Possible values: [ASC, DESC]

    Which way to sort by the given 'sort' field. Default DESC

    cursor string

    A cursor that points to where to start the page

    pageSize integer

    Default value: 25

    How many items per page, for pagination.

    status string

    Possible values: [incomplete, pending, processed, failed, succeeded]

    Filter by Validation Submission status

    query string

    Search by agent verification email, organisation name or validation request name

    Example: example@example.com

Responses​

Successfully retrieved list of Validation Submissions

Schema
    data object[]
    object string
    totalResults integer
    pageSize integer
    _links object
    current string
    next string
    prev string
Loading...