Get a User's Profile
GET
/users/{user_id}
category-users-profile
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.spotify.com/users/' \
--header 'Authorization;'
响应示例响应示例
200 - 示例 1
{
"display_name": "string",
"external_urls": {
"spotify": "string"
},
"followers": {
"href": "string",
"total": 0
},
"href": "string",
"id": "string",
"images": [
{
"height": 0,
"url": "string",
"width": 0
}
],
"type": "string",
"uri": "string"
}
请求参数
Path 参数
user_id
必需
Header 参数
Authorization
必需
返回响应
修改于 2021-08-02 10:49:33