v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBz) Global Functionality
Manually verify a KYC ratification result
Updates the verified status of a ratify result. A REJECTED status triggers a compliance notification email and sets all associated wallets to BARRED.
put/eclipse-conductor/rest/v1/global/ratify/{resultId}
Path parameters
resultIdinteger required
Request body
Example request
{
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00",
"organisationRatifyResult": {
"lastModified": "2022-03-10T12:15:50-04:00"
},
"userRatifyResult": {
"lastModified": "2022-03-10T12:15:50-04:00"
},
"verifiedDate": "2022-03-10T12:15:50-04:00"
}Response
OK
Example response
{
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00",
"organisationRatifyResult": {
"lastModified": "2022-03-10T12:15:50-04:00"
},
"userRatifyResult": {
"lastModified": "2022-03-10T12:15:50-04:00"
},
"verifiedDate": "2022-03-10T12:15:50-04:00"
}