GET
/
public
/
v1
/
billing-service
/
vendors
/
{external-vendor-id}
/
credit-limit
{
  "creditLimit": 123,
  "currencyCode": "<string>",
  "defaultsToMarketplaceCreditLimit": true
}

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Path Parameters

external-vendor-id
string
required

The External ID of the Vendor to retrieve.

Minimum length: 1

Response

200
application/json

Successful Response

Credit Limit for the Vendor as a float and adds a property for Vendors (defaultsToMarketplaceCreditLimit)