{ "opencollection": "1.0.0", "info": { "name": "Channex ARI Bookings API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "user-api-key", "value": "{{user-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Bookings", "type": "folder" }, "items": [ { "info": { "name": "List bookings", "type": "http" }, "http": { "method": "GET", "url": "https://secure.channex.io/api/v1/bookings", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "filter[property_id]", "value": "", "type": "query" } ] }, "docs": "List bookings" }, { "info": { "name": "Get a booking", "type": "http" }, "http": { "method": "GET", "url": "https://secure.channex.io/api/v1/bookings/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve the latest revision of a booking." }, { "info": { "name": "Report a no-show", "type": "http" }, "http": { "method": "POST", "url": "https://secure.channex.io/api/v1/bookings/:booking_id/no_show", "params": [ { "name": "booking_id", "value": "", "type": "path" } ] }, "docs": "Report a no-show" }, { "info": { "name": "Report an invalid card", "type": "http" }, "http": { "method": "POST", "url": "https://secure.channex.io/api/v1/bookings/:booking_id/invalid_card", "params": [ { "name": "booking_id", "value": "", "type": "path" } ] }, "docs": "Report an invalid card" }, { "info": { "name": "Cancel a booking due to an invalid card", "type": "http" }, "http": { "method": "POST", "url": "https://secure.channex.io/api/v1/bookings/:booking_id/cancel_due_invalid_card", "params": [ { "name": "booking_id", "value": "", "type": "path" } ] }, "docs": "Cancel a booking due to an invalid card" }, { "info": { "name": "List booking revisions", "type": "http" }, "http": { "method": "GET", "url": "https://secure.channex.io/api/v1/booking_revisions" }, "docs": "List booking revisions" }, { "info": { "name": "Booking revisions feed", "type": "http" }, "http": { "method": "GET", "url": "https://secure.channex.io/api/v1/booking_revisions/feed" }, "docs": "Returns unacknowledged booking revisions. Primary mechanism for keeping a PMS in sync with new and modified bookings." }, { "info": { "name": "Get a booking revision", "type": "http" }, "http": { "method": "GET", "url": "https://secure.channex.io/api/v1/booking_revisions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a booking revision" }, { "info": { "name": "Acknowledge a booking revision", "type": "http" }, "http": { "method": "POST", "url": "https://secure.channex.io/api/v1/booking_revisions/:id/ack", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Acknowledge a booking revision" } ] } ], "bundled": true }