Skip to main content
POST
/
cabinet
/
admin
/
withdrawals
/
{withdrawal_id}
/
complete
Complete Withdrawal
curl --request POST \
  --url https://api.example.com/cabinet/admin/withdrawals/{withdrawal_id}/complete \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

withdrawal_id
integer
required

Response

Successful Response