{ "opencollection": "1.0.0", "info": { "name": "TIDAL Catalog acceptedTerms dynamicPages API", "version": "1.10.14" }, "items": [ { "info": { "name": "dynamicPages", "type": "folder" }, "items": [ { "info": { "name": "Get multiple dynamicPages.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/dynamicPages", "params": [ { "name": "refreshId", "value": "", "type": "query" }, { "name": "countryCode", "value": "US", "type": "query", "description": "ISO 3166-1 alpha-2 country code" }, { "name": "locale", "value": "en-US", "type": "query", "description": "BCP 47 locale (e.g., en-US, nb-NO, pt-BR). Defaults to en-US if not provided or unsupported." }, { "name": "deviceType", "value": "PHONE", "type": "query", "description": "The type of device making the request" }, { "name": "systemType", "value": "IOS", "type": "query", "description": "The system type of the device making the request" }, { "name": "clientVersion", "value": "2026.0.1", "type": "query", "description": "Client version number" }, { "name": "include", "value": "dynamicModules", "type": "query", "description": "Allows the client to customize which related resources should be returned. Available options: dynamicModules, subject" }, { "name": "filter[pageType]", "value": "", "type": "query", "description": "type of the page (e.g. `ARTIST`)" }, { "name": "filter[subject.id]", "value": "", "type": "query", "description": "the subject id, eg. artistId (e.g. `67890`)" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves multiple dynamicPages by available filters, or without if applicable." }, { "info": { "name": "Get dynamicModules relationship (\"to-many\").", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/dynamicPages/:id/relationships/dynamicModules", "params": [ { "name": "id", "value": "nejMcAhh5N8S3EQ4LaqysVdI0cZZ", "type": "path", "description": "DynamicPages Id" }, { "name": "refreshId", "value": "", "type": "query" }, { "name": "page[cursor]", "value": "", "type": "query", "description": "Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified" }, { "name": "countryCode", "value": "US", "type": "query", "description": "ISO 3166-1 alpha-2 country code" }, { "name": "locale", "value": "en-US", "type": "query", "description": "BCP 47 locale (e.g., en-US, nb-NO, pt-BR). Defaults to en-US if not provided or unsupported." }, { "name": "deviceType", "value": "PHONE", "type": "query", "description": "The type of device making the request" }, { "name": "systemType", "value": "IOS", "type": "query", "description": "The system type of the device making the request" }, { "name": "clientVersion", "value": "2026.0.1", "type": "query", "description": "Client version number" }, { "name": "include", "value": "dynamicModules", "type": "query", "description": "Allows the client to customize which related resources should be returned. Available options: dynamicModules" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.tidal.com/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves dynamicModules relationship." }, { "info": { "name": "Get subject relationship (\"to-one\").", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/dynamicPages/:id/relationships/subject", "params": [ { "name": "id", "value": "nejMcAhh5N8S3EQ4LaqysVdI0cZZ", "type": "path", "description": "DynamicPages 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 }