v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
d) Customer Management V2

List KYC ratification results for a customer

Results are returned from most recent to oldest; use offset=0 and limit=1 to retrieve only the latest result.

get/eclipse-conductor/rest/v2/tenants/{tenantId}/customers/{customerId}/ratify

Path parameters

tenantIdinteger required
customerIdinteger required

Query parameters

limitinteger
offsetinteger
ratify_type'BATCH' | 'COMPARISON' | 'NORMAL'

Type. NORMAL, BATCH, COMPARISON

Response

OK

lastModifiedstring date-time

The date/time when the ratify test was last run

statusstring
tracingContextstring

Example response

[
  {
    "lastModified": "2022-03-10T12:15:50-04:00"
  }
]