Skip to main content

Retrieve a Validation Submission

GET 

/v1/validation-submissions/:id

Retrieve a Validation Submission

Request​

Path Parameters

    id stringrequired

    Id of the Validation Submission.

Responses​

Successfully retrieves a Validation Submission

Schema
    data object
    id string
    validationInviteId stringnullable
    status string

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

    organisationId stringnullable
    organisationName stringnullable
    validationRequestId stringnullable
    validationRequestName stringnullabledeprecated
    validationRequest objectnullable
    acceptedAt date-timenullable
    rejectedAt date-timenullable
    id string
    name string
    organisationTypes string[]

    Possible values: [nonprofit, social_impact]

    monitoringSubscriptionId stringnullable
    agentVerificationId stringnullable
    agentVerification objectnullable
    id string
    email string
    firstName string
    lastName string
    status string

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

    rejectionReason stringnullabledeprecated

    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]

    Reason for rejecting agent verification

    rejectionReasonCode stringnullable

    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]

    Reason code for rejecting agent verification

    eligibilitySubscriptionId stringnullable
    processedAt date-timenullable
    createdAt date-time
    metadata objectnullable

    Key-value data that you can attach to an object.

    partnerFields objectnullable

    Responses for custom partner questions

    configuration object
    id string

    Validation Submission configuration id

    name stringnullable

    Validation Submission configuration name

    agentVerificationEmail stringnullabledeprecated
    agentVerificationFirstName stringnullabledeprecated
    agentVerificationLastName stringnullabledeprecated
    agentVerificationRejectionReason stringnullabledeprecated

    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, Other]

    agentVerificationRejectionReasonCode stringnullabledeprecated

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

    agentVerificationStatus stringdeprecated

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

    validationRequestAcceptedAt date-timenullabledeprecated
    validationRequestRejectedAt date-timenullabledeprecated
Loading...