Follow Artists or Users
Developing
PUT
/me/following
category-follow
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.spotify.com/v1/me/following?type=&ids=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"error": {
"message": "string",
"status": 0
}
}
Request
Query Params
type
string
required
ids
string
required
Header Params
Authorization
string
required
user-follow-modify
scope.Content-Type
string
optional
application/json
Body Params application/json
Responses
Modified at 2022-09-12 10:04:50