provider UsersLibraryArtists GET /me/following
@utdk/spotify /me/following
Get Followed Artists
Get the current user's followed artists.
type query required
enum: artist
after query
string
limit query
integer

Try it

Authentication
Configure credentials for Spotify Web API
getFollowed
GET/me/following
Get the current user's followed artists.

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import spotify from '@utdk/spotify';

await spotify.getFollowed({
  "limit": 20
})