{ "opencollection": "1.0.0", "info": { "name": "TIDAL Catalog acceptedTerms tracksMetadataStatus API", "version": "1.10.14" }, "items": [ { "info": { "name": "tracksMetadataStatus", "type": "folder" }, "items": [ { "info": { "name": "Get multiple tracksMetadataStatus.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/tracksMetadataStatus", "params": [ { "name": "filter[id]", "value": "", "type": "query", "description": "List of track IDs (e.g. `75413016`)" } ], "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": "Retrieves multiple tracksMetadataStatus by available filters, or without if applicable." }, { "info": { "name": "Get single tracksMetadataStatu.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/tracksMetadataStatus/:id", "params": [ { "name": "id", "value": "123456", "type": "path", "description": "Tracks metadata status id" } ], "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": "Retrieves single tracksMetadataStatu by id." } ] } ], "bundled": true }