curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/balance \
--header 'Authorization: Bearer <token>'{
"currencyCode": "<string>",
"balance": 123
}Endpoint to get the balance for a vendor.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/balance \
--header 'Authorization: Bearer <token>'{
"currencyCode": "<string>",
"balance": 123
}A valid API key generated in Topsort's UI. Use the TSE API key if calling auctions or events API, otherwise use the TSC API key.
The External ID of the Vendor to retrieve.
1Was this page helpful?