Me
API for interacting with the me API endpoint.
Example
Tweak example to fit your tech stack and use case.
me
Gets information about the authenticated user.
Prop | Type | Default |
---|---|---|
token | string | - |
getActivity
Gets activity related to the authenticated user.
Prop | Type | Default |
---|---|---|
token | string | - |
getTrackActivity
Gets tracks recently interacted with by the the authenticated user.
Prop | Type | Default |
---|---|---|
token | string | - |
getTrackLikes
Gets tracks liked by the the authenticated user.
Prop | Type | Default |
---|---|---|
token | string | - |
getPlaylistLikes
Gets playlists liked by the the authenticated user.
Prop | Type | Default |
---|---|---|
token | string | - |
getFollowings
Gets people authenticated user is following.
Prop | Type | Default |
---|---|---|
token | string | - |
getFollowingsTracks
Gets peoples tracks authenticated user is following
Prop | Type | Default |
---|---|---|
token | string | - |
followUser
Follows specified user.
Prop | Type | Default |
---|---|---|
token | string | - |
userId | string | - |
unfollowUser
Unfollows specified user.
Prop | Type | Default |
---|---|---|
token | string | - |
userId | string | - |
More Info
For more info on endpoints see the official Soundcloud API docs.