GET
/
public
/
v1
/
billing-service
/
vendors
/
{external-vendor-id}
/
balance
curl --request GET \
  --url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/balance
{
  "balance": 123,
  "currencyCode": "<string>"
}

Path Parameters

external-vendor-id
string
required

The External ID of the Vendor to retrieve.

Minimum length: 1

Response

200
application/json
Successful Response

This is the Response body for the Vendor Balance fetch.

balance
number
required
currencyCode
string
required