{ "opencollection": "1.0.0", "info": { "name": "ezyVet Animals Contacts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts (clients)", "type": "http" }, "http": { "method": "GET", "url": "https://api.ezyvet.com/v1/contact", "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 contacts - clients, businesses, vendors, and staff. (Confirmed.)" }, { "info": { "name": "Create a contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.ezyvet.com/v1/contact", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new contact. (Confirmed.)" }, { "info": { "name": "Retrieve a contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.ezyvet.com/v1/contact/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ] }, "docs": "Retrieve a contact" }, { "info": { "name": "Update a contact", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.ezyvet.com/v1/contact/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing contact. (Confirmed.)" }, { "info": { "name": "Delete a contact", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ezyvet.com/v1/contact/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ] }, "docs": "Deletes a contact. (Confirmed.)" }, { "info": { "name": "List addresses (reference)", "type": "http" }, "http": { "method": "GET", "url": "https://api.ezyvet.com/v1/address" }, "docs": "Physical and postal addresses linked to contacts. (Modeled.)" } ] } ], "bundled": true }