v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBz) Global Functionality
List pending KYC ratification results
Returns the latest ratify result for each customer or organisation that has not yet been manually verified. Filterable by tenantId, ratifyResultId, verified status, and date range.
get/eclipse-conductor/rest/v1/global/ratify
Query parameters
dateFromInclstring
dateToExclstring
limitinteger
offsetinteger
ratifyForstring
ratifyResultIdinteger
tenantIdinteger
verifiedStatusstring
Get the ratify result for customer or organisation by verified status. Supported values are PENDING, REJECTED, ACCEPTED and By default it will consider PENDING
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"
}
]