GET
List Creditors

Overview

This endpoint returns a paginated list of creditors belonging to the authenticated company. Creditors are entities (companies or organizations) that issue debts and have debtors owing them money.

Authentication

Requires a valid OAuth 2.0 access token with the creditors:read scope.

Request

string
required
Bearer token for authentication

Query Parameters

integer
default:"1"
Page number for pagination (starts at 1)
integer
default:"20"
Number of items per page (maximum 100)

Example Request

Response

boolean
Always false for successful requests
array
Array of creditor objects
object
Pagination metadata

Success Response

Error Responses

Rate Limiting

This endpoint is subject to rate limiting. See the Rate Limits documentation for details. Rate Limit: 1,000 requests per hour