Skip to main content
POST
/
v1
/
bidder
/
set_target_deposits
SetTargetDeposits
curl --request POST \
  --url https://api.example.com/v1/bidder/set_target_deposits \
  --header 'Content-Type: application/json' \
  --data '
{
  "targetDeposits": [
    {
      "provider": "<string>",
      "targetDeposit": "<string>"
    }
  ]
}
'
{
  "successfullySetDeposits": [
    {
      "provider": "<string>",
      "targetDeposit": "<string>"
    }
  ],
  "successfullyToppedUpProviders": [
    "<string>"
  ]
}

Body

application/json

OverrideTargetDepositsRequest request.

OverrideTargetDepositsRequest request.

targetDeposits
object[]

Response

A successful response.

OverrideTargetDepositsResponse response.

successfullySetDeposits
object[]
successfullyToppedUpProviders
string[]