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_xxxxxxxxxxxx
validationinvite_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Possible values: [pending
, processed
, failed
, succeeded
]
pending
organisation_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
validationrequest_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
validationRequest
object
nullable
2022-02-02T17:46:54.000Z
2022-02-02T17:46:54.000Z
validationrequest_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Possible values: [nonprofit
, social_impact
]
monitoringsubscription_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
agentverification_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
agentVerification
object
nullable
validationrequest_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Possible 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-GB
en-GB
eligibilitysubscription_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
eligibility
object
Possible values: [live
, pending_validation_request
, validation_request_failed
, pending
, cancelled
, cannot_define_eligibility
]
live
results
object
Possible values: [pass
, fail
]
fail
Confirmed organisation's activity subtags that are not allowed in partner's configuration
organisation
object
nullable
organisation_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
3-letter ISO country code
AUS
2022-02-02T17:46:54.000Z
2022-02-02T17:46:54.000Z
Key-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_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Validation 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.000Z
2022-02-02T17:46:54.000Z
{
"data": {}
}
Unauthorized
Forbidden (scope)
- application/json
- Schema
- Example (from schema)
Schema
error
object
forbidden
Forbidden
Access 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_found
Resource not found
This 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"
}
}