Skip to main content

List Agent Verifications

GET 

/v1/agent-verifications

List Agent Verifications

Request​

Query Parameters

    status string

    Possible values: [pending, pending_user_verification, pending_review, approved, rejected]

    email string

    filter on the Agent Verification list by email

    Example: joe
    startDate date-time

    Start date to filter Agent Verifications.

    Example: 2020-10-13T17:46:54.000Z
    endDate date-time

    End date to filter Agent Verifications.

    Example: 2020-10-13T17:46:54.000Z
    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

    How many items per page, for pagination.

    Default value: 25

Responses​

Successfully retrieved list of Agent Verifications

Schema

    data

    object[]

  • Array [

  • idstring
    Example: agentverification_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    firstNamestring
    Example: Max
    lastNamestring
    Example: Plank
    organisationIdstringnullable

    Organisation Id

    Example: organisation_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    organisation

    object

    idstringnullable

    Organisation Id

    Example: organisation_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    emailstringnullable

    Organisation email

    Example: org@example.com
    namenullable

    Organisation name

    Example: Great Charity
    emailemail
    Example: example@example.com
    languagestring
    Example: en-GB
    validationRequestIdstringnullable
    Example: validationrequest_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    validationRequest

    object

    namestringnullable
    Example: Great Charity
    titlestringnullable
    Example: Board Member
    rejectionReasonstringnullabledeprecated

    Reason for rejecting agent verification

    Possible values: [Validation request failed, User verification expired, Identity check failed, No evidence agent’s email is associated with organisation, Agent/nonprofit will reapply, Agent used fake or test email, No online presence to complete check, Nonprofit association expired, Other]

    rejectionReasonCodestringnullable

    Reason code for rejecting agent verification

    Possible values: [validation_request_failed, user_verification_expired, user_failed_percent_review, reapply, fake_email_used, no_online_presence, nonprofit_association_expired, invalid_documentation, fake_documentation, mismatched_information, blank_corrupted_documentation, suspicious_application, other]

    createdAtdate-time
    Example: 2020-10-13T17:46:54.000Z
    statusstring

    Possible values: [pending, pending_user_verification, pending_review, approved, rejected]

    Example: pending
    externalActionRequiredboolean
    Example: true
  • ]

  • objectstring
    Example: agent_verification
    totalResultsinteger
    Example: 33
    pageSizeinteger
    Example: 25

    _links

    object

    currentstring
    Example: https://.../v1/...?cursor=eyJ2Ijox...N3AifQ%3D%3D
    nextstring
    Example: https://.../v1/...?cursor=eyJ2Ijox...N3AifQ%3D%3D
    prevstring
    Example: https://.../v1/...?cursor=eyJ2Ijox...N3AifQ%3D%3D