POST
/
public
/
v1
/
billing-service
/
vendors
/
{external-vendor-id}
/
wallets
/
{wallet-id}
/
adjust
{
  "balance": 123
}

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Path Parameters

external-vendor-id
string
required

The External ID of the Vendor to retrieve.

Minimum length: 1
wallet-id
string<uuid>
required

The ID of the wallet to retrieve.

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.