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