API reference
Materials
The flat per-unit add-ons a quote can carry — an extra post, a concrete footing, hauling the old roof away.
They live apart from price matrices because their price is a number rather than a function of width and depth.
GET/materials
scopeprices:readYour priced add-ons.
Parameters
active_only
boolean
Leave out to see retired ones too.
updated_since
ISO 8601
Only records changed at or after this instant.
limit
integer, 1–100
Defaults to 25.
cursor
string
From
meta.next_cursor.Request
curl "https://api.zinevu.com/api/public/v1/materials?active_only=1" \ -H "Authorization: Bearer $ZINEVU_API_KEY"Response
{ "data": [ { "id": 77, "name": "Extra staander", "unit": "stuk", "unit_price": 145, "vat_rate": 21, "is_active": true, "sort_order": 3, "updated_at": "2026-08-30T07:55:10+00:00" } ], "meta": { "message": "OK", "has_more": false, "next_cursor": null, "limit": 25 }}Read-only for now. If you need to maintain this list from your own system, tell us what the write should look like — it is a small endpoint and we would rather build it than have you paste prices twice.