v1

latestOpenAPI 3.0.3The MIT License (MIT)2026-07-1462239.9 KB
Fraud Management

Request a network unblock

Request to unblock a network that has been blocked due to potential fraud detection

<div class="Vlt-callout Vlt-callout--critical"> <div class="Vlt-callout__content"> <h4>Network Unblock is switched off by default.</h4> Please contact Sales to enable the Network Unblock API for your account. </div> </div>
post/network-unblock

Request body

networkstring

The Network code

unblock_durationinteger

An optional duration the unblock will be applied for in seconds

Response

Accepted

networkstring

The unique network ID

unblocked_untilstring

Gives the DateTime when the unblock will expire.

Example response

{
  "network": "23410",
  "unblocked_until": "2024-04-22T08:34:58Z"
}