{ "opencollection": "1.0.0", "info": { "name": "TIDAL Catalog acceptedTerms videoManifests API", "version": "1.10.14" }, "items": [ { "info": { "name": "videoManifests", "type": "folder" }, "items": [ { "info": { "name": "Get single videoManifest.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/videoManifests/:id", "params": [ { "name": "id", "value": "75623239", "type": "path", "description": "Video manifest id" }, { "name": "uriScheme", "value": "", "type": "query" }, { "name": "usage", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves single videoManifest by id." } ] } ], "bundled": true }