{ "opencollection": "1.0.0", "info": { "name": "Gingr Partner Invoices Reservations API", "version": "1.8.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Reservations", "type": "folder" }, "items": [ { "info": { "name": "Bookings - List", "type": "http" }, "http": { "method": "GET", "url": "https://api.gingr.io/v1/bookings", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "filter[status][type]", "value": "", "type": "query" }, { "name": "filter[status][from]", "value": "", "type": "query" }, { "name": "filter[status][to]", "value": "", "type": "query" }, { "name": "filter[parentId]", "value": "", "type": "query" }, { "name": "filter[petIds]", "value": "", "type": "query" }, { "name": "filter[locationIds]", "value": "", "type": "query" }, { "name": "page[size]", "value": "", "type": "query" }, { "name": "page[number]", "value": "", "type": "query" } ] }, "docs": "Lists bookings/reservations, filterable by created date range, booking start/end date range, status (completed, cancelled, checked_in, confirmed, pending_acceptance, wait_listed, unconfirmed), owner, pet, location, or booking category." }, { "info": { "name": "Bookings - Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gingr.io/v1/bookings", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new booking/reservation for a pet." }, { "info": { "name": "Bookings - Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.gingr.io/v1/bookings/:bookingId", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "bookingId", "value": "", "type": "path" } ] }, "docs": "Bookings - Details" }, { "info": { "name": "Bookings - Update", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gingr.io/v1/bookings/:bookingId", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "bookingId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bookings - Update" }, { "info": { "name": "Bookings - Cancel", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gingr.io/v1/bookings/:bookingId/cancel", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "bookingId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bookings - Cancel" }, { "info": { "name": "Check In Booking", "type": "http" }, "http": { "method": "POST", "url": "https://api.gingr.io/v1/bookings/:bookingId/check-in", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "bookingId", "value": "", "type": "path" } ] }, "docs": "Check In Booking" }, { "info": { "name": "Bookings - Checkout", "type": "http" }, "http": { "method": "POST", "url": "https://api.gingr.io/v1/bookings/:bookingId/checkout", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "bookingId", "value": "", "type": "path" } ] }, "docs": "Bookings - Checkout" }, { "info": { "name": "Booking - Estimate", "type": "http" }, "http": { "method": "GET", "url": "https://api.gingr.io/v1/bookings/:bookingId/estimate", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "bookingId", "value": "", "type": "path" } ] }, "docs": "Returns an estimated price for a booking based on its configured services and dates." }, { "info": { "name": "Add Service to Booking", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gingr.io/v1/bookings/:bookingId/services", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "bookingId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Service to Booking" }, { "info": { "name": "Bookings Available Lodgings", "type": "http" }, "http": { "method": "GET", "url": "https://api.gingr.io/v1/bookings/available-lodgings", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "filter[bookingStart]", "value": "", "type": "query" }, { "name": "filter[bookingEnd]", "value": "", "type": "query" } ] }, "docs": "Returns the lodgings (kennels/runs/suites) available for a given date range and booking type." } ] } ], "bundled": true }