Set Marketplace Credit Limit
Billing API
Set Marketplace Credit Limit
deprecated
Endpoint to set the credit limit for a marketplace.
Will truncate the input to its minimum denomination, e.g. USD 1,000.234 is USD 1,000.23 , as there is no fraction of a cent.
This endpoint is a no-op as marketplace credit limit has been removed.
POST
Set Marketplace Credit Limit
Documentation Index
Fetch the complete documentation index at: https://docs.topsort.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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.
Body
application/json
Used to set the Credit Limit. contains just the Credit Limit as a float.
Required range:
x >= 0Response
Successful Response
Result of the Credit Limit Set. Returns True if the operation was executed correctly.