Authorizations
A valid API key generated in Topsort's UI.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/credit-limit \
--header 'Authorization: Bearer <token>'
{
"creditLimit": 123,
"currencyCode": "<string>"
}
Endpoint to get the credit limit for a marketplace.
This endpoint has been deprecated and now it returns 0 for all marketplaces.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/credit-limit \
--header 'Authorization: Bearer <token>'
{
"creditLimit": 123,
"currencyCode": "<string>"
}
A valid API key generated in Topsort's UI.
Was this page helpful?