v1
latestOpenAPI 3.0.02026-07-2422987517.5 KBList transaction labels
Returns a paginated list of transaction labels available to the caller, scoped to the caller's company (members with owner/admin/finance/member roles). Labels are company-scoped tags that can be associated with transactions.
Query parameters
If all the transactions where in an array, this would represent the index of the first item returned in the response
If all the transactions where in an array, this would represent the index of the last item returned in the response
The order method, which can be ascending or descending
The field used to sort, the example illustrates a response that would be sorted by the creation date
Headers
UUID of the company on whose behalf the request is made. Required for every Accounting endpoint. See The company-id header for details on how to obtain a value for this header and the error responses to expect when it is missing or invalid.
Response
Paginated list of labels
Example response
[
{
"id": "f1e2d3c4-b5a6-4978-8c9d-0e1f2a3b4c5d",
"label": "Reembolsable",
"color": "#22C55E",
"company_id": "550e8400-e29b-41d4-a716-446655440000"
}
]