{ "opencollection": "1.0.0", "info": { "name": "TIDAL Catalog acceptedTerms userReports API", "version": "1.10.14" }, "items": [ { "info": { "name": "userReports", "type": "folder" }, "items": [ { "info": { "name": "Create single userReport.", "type": "http" }, "http": { "method": "POST", "url": "https://openapi.tidal.com/v2/userReports", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.tidal.com/authorize", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Creates a new userReport." } ] } ], "bundled": true }