List Vendor payments

Returns Vendor payments for the organization.

GEThttps://api.tracksales.co/api/v1/vendor-payments

Required scope: vendor_payments:read

Query Params

searchstring

Search by name, code, or reference

vendor_idinteger

Filter by vendor ID

payment_typestring

Filter by payment type

limitinteger

Page size (default 20, max 100)

offsetinteger

Pagination offset (default 0)

Responses

200OK

Request succeeded.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Vendor-payments was not found.

422Validation Error

Request validation failed.