{ "opencollection": "1.0.0", "info": { "name": "TIDAL Catalog acceptedTerms providers API", "version": "1.10.14" }, "items": [ { "info": { "name": "providers", "type": "folder" }, "items": [ { "info": { "name": "Get multiple providers.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/providers", "params": [ { "name": "filter[id]", "value": "", "type": "query", "description": "List of provider IDs (e.g. `12345`)" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves multiple providers by available filters, or without if applicable." }, { "info": { "name": "Get single provider.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/providers/:id", "params": [ { "name": "id", "value": "12345", "type": "path", "description": "Provider ID" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves single provider by id." } ] } ], "bundled": true }