v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
e) Organisation Management

Get KYB ratification results for the organisation

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

get/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/ratify

Path parameters

tenantIdinteger required
organisationIdinteger 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"
  }
]