{ "opencollection": "1.0.0", "info": { "name": "TIDAL Catalog acceptedTerms userCollectionSaveForLaters API", "version": "1.10.14" }, "items": [ { "info": { "name": "userCollectionSaveForLaters", "type": "folder" }, "items": [ { "info": { "name": "Get single userCollectionSaveForLater.", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/userCollectionSaveForLaters/:id", "params": [ { "name": "id", "value": "me", "type": "path", "description": "User collection save for later id. Use `me` for the authenticated user's resource" }, { "name": "include", "value": "items", "type": "query", "description": "Allows the client to customize which related resources should be returned. Available options: items, owners" } ], "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 userCollectionSaveForLater by id." }, { "info": { "name": "Get items relationship (\"to-many\").", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/userCollectionSaveForLaters/:id/relationships/items", "params": [ { "name": "id", "value": "me", "type": "path", "description": "User collection save for later id. Use `me` for the authenticated user's resource" }, { "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": "include", "value": "items", "type": "query", "description": "Allows the client to customize which related resources should be returned. Available options: items" } ], "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 items relationship." }, { "info": { "name": "Add to items relationship (\"to-many\").", "type": "http" }, "http": { "method": "POST", "url": "https://openapi.tidal.com/v2/userCollectionSaveForLaters/:id/relationships/items", "params": [ { "name": "id", "value": "me", "type": "path", "description": "User collection save for later id. Use `me` for the authenticated user's resource" }, { "name": "countryCode", "value": "US", "type": "query", "description": "ISO 3166-1 alpha-2 country code" } ], "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": "Adds item(s) to items relationship." }, { "info": { "name": "Delete from items relationship (\"to-many\").", "type": "http" }, "http": { "method": "DELETE", "url": "https://openapi.tidal.com/v2/userCollectionSaveForLaters/:id/relationships/items", "params": [ { "name": "id", "value": "me", "type": "path", "description": "User collection save for later id. Use `me` for the authenticated user's resource" } ], "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": "Deletes item(s) from items relationship." }, { "info": { "name": "Get owners relationship (\"to-many\").", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.tidal.com/v2/userCollectionSaveForLaters/:id/relationships/owners", "params": [ { "name": "id", "value": "me", "type": "path", "description": "User collection save for later id. Use `me` for the authenticated user's resource" }, { "name": "include", "value": "owners", "type": "query", "description": "Allows the client to customize which related resources should be returned. Available options: owners" }, { "name": "page[cursor]", "value": "", "type": "query", "description": "Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified" } ], "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 owners relationship." } ] } ], "bundled": true }