Retrieve a Validation Submission
GET/v1/validation-submissions/:id
Retrieve a Validation Submission
Request​
Path Parameters
Id of the Validation Submission.
Responses​
- 200
- 401
- 403
- 404
Successfully retrieves a Validation Submission
- application/json
- Schema
- Example (from schema)
Schema
data
object
validationsubmission_xxxxxxxxxxxxvalidationinvite_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxPossible values: [pending, processed, failed, succeeded]
pendingorganisation_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxvalidationrequest_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxvalidationRequest
object
nullable
2022-02-02T17:46:54.000Z2022-02-02T17:46:54.000Zvalidationrequest_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxPossible values: [nonprofit, social_impact]
monitoringsubscription_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxagentverification_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxagentVerification
object
nullable
validationrequest_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxPossible values: [pending, pending_user_verification, pending_review, approved, rejected]
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]
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]
en-GBen-GBeligibilitysubscription_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxeligibility
object
Possible values: [live, pending_validation_request, validation_request_failed, pending, cancelled, cannot_define_eligibility]
liveresults
object
Possible values: [pass, fail]
failConfirmed organisation's activity subtags that are not allowed in partner's configuration
organisation
object
nullable
organisation_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx3-letter ISO country code
AUS2022-02-02T17:46:54.000Z2022-02-02T17:46:54.000ZKey-value data that you can attach to an object.
{"key1":"value1","key2":"value2"}Responses for custom partner questions
{"key1":"value1","key2":"value2"}configuration
object
Validation Submission configuration id
hostedconfiguration_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxValidation Submission configuration name
allowedOrganisations
object
Possible values: [social_impact, nonprofit, education]
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]
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]
Possible values: [pending, pending_user_verification, pending_review, approved, rejected]
2022-02-02T17:46:54.000Z2022-02-02T17:46:54.000Z{
"data": {}
}
Unauthorized
Forbidden (scope)
- application/json
- Schema
- Example (from schema)
Schema
error
object
forbiddenForbiddenAccess is denied due to missing scope permissions{
"error": {
"code": "forbidden",
"title": "Forbidden",
"message": "Access is denied due to missing scope permissions"
}
}
The specified resource was not found
- application/json
- Schema
- Example (from schema)
Schema
error
object
not_foundResource not foundThis endpoint is unavailable or can not be found{
"error": {
"code": "not_found",
"title": "Resource not found",
"message": "This endpoint is unavailable or can not be found"
}
}