W3builders
AOP API

AOP API/Item Catalog

List Catalog Items

GET/finance/items
JWT bearer

List active catalog items.

Endpoint

GEThttps://api.w3builders.com/v1/finance/items

Query params

  • search — matches name / description / hsn_sac
  • type — service | product | other

Response parameters

FieldType
itemsarray
List Catalog Items
curl -X GET https://api.w3builders.com/v1/finance/items \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ items: [...] }"
}
Was this page helpful?