POST
/
public
/
v1
/
billing-service
/
credit-limit
curl --request POST \
  --url https://api.topsort.com/public/v1/billing-service/credit-limit \
  --header 'Content-Type: application/json' \
  --data '{
  "creditLimit": 1
}'
{
  "result": true
}

Body

application/json

Used to set the Credit Limit. contains just the Credit Limit as a float

creditLimit
number
required
Required range: x >= 0

Response

200
application/json
Successful Response

This is the result of the Credit Limit Set. returns True if the operation was executed correctly.

result
boolean
required