List all
Returns a list of payables the caller can access across their permitted companies.
The deprecated company_id query parameter is still accepted and, when present, filters the results to those company id(s). The company-id header and the company_id query parameter are not compared against each other, so there is no mismatch error.
Query parameters
Deprecated — pass the company UUID via the company-id HTTP header instead. See The company-id header. The backend still accepts this query parameter for backwards compatibility but new integrations should use the header exclusively.
When both this query parameter and the company-id header are present, their values must match; the API returns 422 Unprocessable Entity when they disagree.
Parameters
Response
Paginated list of payable that the current user has access, default 25 per page but can be modified through the _end and _start params.
Changes
No recorded changes to this endpoint across all 1 revision of this API.