POST
/
public
/
v1
/
billing-service
/
vendors
/
{external-vendor-id}
/
balance
{
  "result": true
}

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

Body

application/json

Basic request Data for Adding Balance

Response

200
application/json

Successful Response

Result of the Balance Adding. Returns True if the operation was executed correctly.