{ "opencollection": "1.0.0", "info": { "name": "TIDAL Catalog acceptedTerms dspSharingLinks API", "version": "1.10.14" }, "items": [ { "info": { "name": "dspSharingLinks", "type": "folder" }, "items": [ { "info": { "name": "Get multiple dspSharingLinks.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/dspSharingLinks", "params": [ { "name": "include", "value": "subject", "type": "query", "description": "Allows the client to customize which related resources should be returned. Available options: subject" }, { "name": "filter[subject.id]", "value": "", "type": "query", "description": "The id of the subject resource" }, { "name": "filter[subject.type]", "value": "", "type": "query", "description": "The type of the subject resource (e.g., albums, tracks, artists) (e.g. `tracks`)" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves multiple dspSharingLinks by available filters, or without if applicable." }, { "info": { "name": "Get subject relationship (\"to-one\").", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/dspSharingLinks/:id/relationships/subject", "params": [ { "name": "id", "value": "QUxCVU1TOjEyMzQ1", "type": "path", "description": "DspSharingLinks Id" }, { "name": "include", "value": "subject", "type": "query", "description": "Allows the client to customize which related resources should be returned. Available options: subject" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves subject relationship." } ] } ], "bundled": true }