{ "opencollection": "1.0.0", "info": { "name": "ezyVet Animals Products API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "GET", "url": "https://api.ezyvet.com/v1/product", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of records per page (pagination is envelope-based via the meta object)." }, { "name": "page", "value": "", "type": "query", "description": "1-based page number." }, { "name": "active", "value": "", "type": "query", "description": "Filter by active status where the resource supports it." } ] }, "docs": "Lists billable products, services, and inventory items. (Modeled.)" }, { "info": { "name": "Create a product", "type": "http" }, "http": { "method": "POST", "url": "https://api.ezyvet.com/v1/product", "body": { "type": "json", "data": "{}" } }, "docs": "Create a product" }, { "info": { "name": "Retrieve a product", "type": "http" }, "http": { "method": "GET", "url": "https://api.ezyvet.com/v1/product/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ] }, "docs": "Retrieve a product" }, { "info": { "name": "Update a product", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.ezyvet.com/v1/product/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a product" }, { "info": { "name": "List product groups (reference)", "type": "http" }, "http": { "method": "GET", "url": "https://api.ezyvet.com/v1/productgroup" }, "docs": "List product groups (reference)" } ] } ], "bundled": true }