Authorizations
A valid API key generated in Topsort's UI.
Path Parameters
The External ID of the Vendor to retrieve.
Minimum length:
1
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/balance \
--header 'Authorization: Bearer <token>'
{
"balance": 123,
"currencyCode": "<string>"
}
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>'
{
"balance": 123,
"currencyCode": "<string>"
}
A valid API key generated in Topsort's UI.
The External ID of the Vendor to retrieve.
1
Was this page helpful?