{ "opencollection": "1.0.0", "info": { "name": "TIDAL Catalog acceptedTerms priceConfigurations API", "version": "1.10.14" }, "items": [ { "info": { "name": "priceConfigurations", "type": "folder" }, "items": [ { "info": { "name": "Get multiple priceConfigurations.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/priceConfigurations", "params": [ { "name": "filter[id]", "value": "", "type": "query", "description": "List of price configurations IDs (e.g. `cHJpY2UtY29uZmlnLTEyMzpVUw`)" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves multiple priceConfigurations by available filters, or without if applicable." }, { "info": { "name": "Create single priceConfiguration.", "type": "http" }, "http": { "method": "POST", "url": "https://openapi.tidal.com/v2/priceConfigurations", "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 priceConfiguration." }, { "info": { "name": "Get single priceConfiguration.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/priceConfigurations/:id", "params": [ { "name": "id", "value": "cHJpY2UtY29uZmlnLTEyMzpVUw", "type": "path", "description": "Price configuration id" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves single priceConfiguration by id." } ] } ], "bundled": true }