Skip to main content
All list endpoints in the Vendaze API return paginated results. The response always includes a data array and a meta object with navigation details.

Query parameters

Accepted order_by values by resource

Response structure

meta fields

List vs. detail responses

List endpoints return a compact object per record. Embedded relations (company, tags, lists) are not included in list responses. Use the individual GET /:id endpoint to retrieve a record with all embedded data.

Iterating through all pages

Validation errors

Sending invalid pagination parameters returns a 422 with the specific field errors: