Skip to main content

Retrieve a Validation Request

GET 

/v1/validation-requests/:id

Retrieve a Validation Request

Request​

Path Parameters

    id stringrequired

    Id of the Validation Request.

Responses​

Successfully retrieved a Validation Request

Schema
    data object
    id string
    name string
    registryName string
    registryId string

    Charity's ID in registry

    email emailnullable
    addressLine1 stringnullable
    addressLine2 stringnullable
    city stringnullable
    postal stringnullable
    state stringnullable
    website website
    organisationId stringnullable
    countryCode string
    rejectionReason stringnullabledeprecated

    Possible values: [Organisation is not a nonprofit., Organisation didn’t provide sufficient proof of nonprofit status., Organisation is a nonprofit but doesn’t have an official registry ID., Other]

    Reason for rejecting

    rejectionReasonCode stringnullable

    Possible values: [other, not_eligible, incorrect_documentation, not_attributable_to_registry]

    Reason code for rejecting

    usaGroupExempt booleannullable
    createdAt date-time
    deletedAt date-timenullable
    acceptedAt date-timenullable
    rejectedAt date-timenullable
    documents object[]
  • Array [
  • id string
    validationRequestId string
    url string
    createdAt date-time
    deletedAt date-timenullable
  • ]
  • organisationTypes string[]

    Possible values: [social_impact, nonprofit]

    object string
Loading...