action cambase_api_v1_vendors_index { label: "Fetches all Vendors" provider: cambase method: GET path: "/api/v1/vendors.json" encoding: json input: { type: "object" properties: { order: { type: "string" } page: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }