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
{
"creditLimit": 123,
"currencyCode": "<string>"
}
Successful Response
Credit Limit for the marketplace as a float
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/credit-limit
{
"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
{
"creditLimit": 123,
"currencyCode": "<string>"
}
Successful Response
Credit Limit for the marketplace as a float
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/credit-limit
{
"creditLimit": 123,
"currencyCode": "<string>"
}