{ "opencollection": "1.0.0", "info": { "name": "Channex ARI Channels API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "user-api-key", "value": "{{user-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "List channels", "type": "http" }, "http": { "method": "GET", "url": "https://secure.channex.io/api/v1/channels", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "filter[property_id]", "value": "", "type": "query" } ] }, "docs": "List channels" }, { "info": { "name": "Add a channel", "type": "http" }, "http": { "method": "POST", "url": "https://secure.channex.io/api/v1/channels", "body": { "type": "json", "data": "{}" } }, "docs": "Connect an OTA channel. Available to white-label accounts." }, { "info": { "name": "Get a channel", "type": "http" }, "http": { "method": "GET", "url": "https://secure.channex.io/api/v1/channels/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a channel" }, { "info": { "name": "Update a channel", "type": "http" }, "http": { "method": "PUT", "url": "https://secure.channex.io/api/v1/channels/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a channel" }, { "info": { "name": "Delete a channel", "type": "http" }, "http": { "method": "DELETE", "url": "https://secure.channex.io/api/v1/channels/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a channel" } ] } ], "bundled": true }