v1

latestOpenAPI 3.0.2Apache 2.02026-07-1762135.5 KB

Trigger a data refresh

Triggers an on-demand refresh of all configured sanction lists. The refresh runs in the background and the call returns 202 immediately. Poll GET /v2/data/refresh to observe progress and completion.

post/v2/data/refresh

Response

Refresh accepted and running in the background

state'idle' | 'running' | 'succeeded' | 'failed'

Lifecycle state of the current or most recent refresh

trigger'startup' | 'scheduled' | 'manual'

What initiated the refresh

startedAtstring date-time

Timestamp of when the refresh started

finishedAtstring date-time

Timestamp of when the refresh completed (absent while running)

durationstring

Wall-clock duration of the last completed refresh

lastErrorstring

Error message from the most recent failed refresh, if any

Example response

{
  "state": "succeeded",
  "duration": "2m3s"
}