Get Following State for Artists/Users
GET
/me/following/contains
category-follow
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.spotify.com/me/following/contains?type=&ids=' \
--header 'Authorization;'
响应示例响应示例
200 - 示例 1
[
true
]
请求参数
Query 参数
type
必需
artist
or user
.ids
必需
ids=74ASZWbe4lXaubB36ztrGX,08td7MxkoHQkXnWAYD8d6Q
. A maximum of 50 IDs can be sent in one request.Header 参数
Authorization
必需
user-follow-read
scope.返回响应
修改于 2021-08-02 10:49:34