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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getFollowed
GET/me/following
Get the current user's followed artists.

required

Enter a gateway URL 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
})