Repost a track to your profile.
OAuth access token
The track's numeric ID or URN
true if the repost was successful, false on failure
true
false
import { repostTrack } from 'soundcloud-api-ts';const success = await repostTrack(token, 123456); Copy
import { repostTrack } from 'soundcloud-api-ts';const success = await repostTrack(token, 123456);
https://developers.soundcloud.com/docs/api/explorer/open-api#/reposts/post_reposts_tracks__track_id_
Repost a track to your profile.