action cambase_api_v1_vendors_show { label: "Fetches a single Vendor" provider: cambase method: GET path: "/api/v1/vendors/{id}.json" encoding: json input: { type: "object" properties: { id: { type: "string" } order: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }