Like (favorite) a track as the authenticated user.
OAuth access token
The track's numeric ID or URN
true if the like was successful, false on failure
true
false
import { likeTrack } from 'soundcloud-api-ts';const success = await likeTrack(token, 123456); Copy
import { likeTrack } from 'soundcloud-api-ts';const success = await likeTrack(token, 123456);
https://developers.soundcloud.com/docs/api/explorer/open-api#/likes/post_likes_tracks__track_id_
Like (favorite) a track as the authenticated user.