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
Example response
{
"state": "succeeded",
"duration": "2m3s"
}