{ "opencollection": "1.0.0", "info": { "name": "TIDAL Catalog acceptedTerms terms API", "version": "1.10.14" }, "items": [ { "info": { "name": "terms", "type": "folder" }, "items": [ { "info": { "name": "Get multiple terms.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/terms", "params": [ { "name": "filter[countryCode]", "value": "", "type": "query", "description": "Filter by countryCode" }, { "name": "filter[id]", "value": "", "type": "query", "description": "Terms id (e.g. `a468bee88def`)" }, { "name": "filter[isLatestVersion]", "value": "", "type": "query", "description": "Filter by isLatestVersion" }, { "name": "filter[termsType]", "value": "", "type": "query", "description": "One of: DEVELOPER, UPLOAD_MARKETPLACE (e.g. `DEVELOPER`)" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves multiple terms by available filters, or without if applicable." }, { "info": { "name": "Get single term.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/terms/:id", "params": [ { "name": "id", "value": "a468bee88def", "type": "path", "description": "Terms id" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves single term by id." } ] } ], "bundled": true }