{ "opencollection": "1.0.0", "info": { "name": "Restream Channels API", "version": "v2" }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "List All Channels", "type": "http" }, "http": { "method": "GET", "url": "https://api.restream.io/v2/user/channel/all", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.restream.io/oauth/authorize", "accessTokenUrl": "https://api.restream.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve all channels associated with the authenticated user's account." }, { "info": { "name": "Get Channel", "type": "http" }, "http": { "method": "GET", "url": "https://api.restream.io/v2/user/channel/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Channel identifier" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.restream.io/oauth/authorize", "accessTokenUrl": "https://api.restream.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a specific channel by its ID." }, { "info": { "name": "Update Channel", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.restream.io/v2/user/channel/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Channel identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.restream.io/oauth/authorize", "accessTokenUrl": "https://api.restream.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update settings for a specific channel." }, { "info": { "name": "Get Channel Meta", "type": "http" }, "http": { "method": "GET", "url": "https://api.restream.io/v2/user/channel/:id/meta", "params": [ { "name": "id", "value": "", "type": "path", "description": "Channel identifier" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.restream.io/oauth/authorize", "accessTokenUrl": "https://api.restream.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve metadata for a specific channel." }, { "info": { "name": "Update Channel Meta", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.restream.io/v2/user/channel/:id/meta", "params": [ { "name": "id", "value": "", "type": "path", "description": "Channel identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.restream.io/oauth/authorize", "accessTokenUrl": "https://api.restream.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update metadata for a specific channel." } ] } ], "bundled": true }