POST
/
public
/
v1
/
billing-service
/
credit-limit
{
  "result": true
}

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Body

application/json

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

Response

200
application/json

Successful Response

Result of the Credit Limit Set. Returns True if the operation was executed correctly.