Get Followed Artists
GET
/v1/user/me/following/Request
Request samples
Responses
OK(200)
Unauthorized(401)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
array [object {1}]
required
artist
object
optional
Example
{
"data": [
{
"artist": {
"id": "5ea2b239-9ba9-4251-b110-343978aa30e9",
"name": "Taylor Swift",
"avatarurl": "<image link>"
}
}
]
}
Last modified: 24 days ago