Saltar para o conteúdo principal
GET
/
public
/
v1
/
billing-service
/
credit-limit
Get Marketplace Credit Limit
curl --request GET \
  --url https://api.topsort.com/public/v1/billing-service/credit-limit \
  --header 'Authorization: Bearer <token>'
{
  "creditLimit": 123,
  "currencyCode": "<string>"
}

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.

Autorizações

Authorization
string
header
obrigatório

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.

Resposta

Successful Response

Credit Limit for the marketplace as a float.

creditLimit
number
obrigatório
currencyCode
string
obrigatório