# Get a list of credit status threshold information Get a list of credit status threshold information for customers including customer balance and open bill values Endpoint: GET /customer-credit-status Version: 1.37 Security: bearerAuth ## Query parameters: - `page` (integer, required) Page of results to show Example: 1 - `pageSize` (integer, required) Results to return per page Example: 100 - `sort` (string) Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change Example: "id,name | name:desc" - `fields` (string) Comma-delimited list of the field(s) to return if only a subset is required Example: "id,name" - `customerId` (string) Filter by customer Example: "0" - `percentageDifference` (string) Filter by percentageDifference Example: "xyz | in:x,y | like:xyz" ## Response 200 fields (application/json): - `customerId` (integer) Customer identifier Example: 1 - `creditThreshold` (number) Credit threshold value for this customer Example: 100 - `billAmount` (number) Customer balance for this customer Example: 60 - `valueDifference` (number) The difference in monetary value between the creditThreshold and the billValue (Customer balance) Example: 40 - `percentageDifference` (number) The billValue(Current balance) as a percentage of the creditThreshold Example: 80 - `openBillRunValue` (number) Open bill run value for this customer Example: 60 ## Response 400 fields ## Response 401 fields ## Response 403 fields