v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
e) Organisation Management

Run KYB ratification on the organisation

Evaluates the organisation's profile and attached documentation to produce an updated KYB status.

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

Path parameters

tenantIdinteger required
organisationIdinteger required

Request body

type'COMPARISON' | 'NORMAL'

Type. NORMAL, COMPARISON

Example request

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

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"
}