Check User's spotify VOD_LIST
초기 사용자용
POST
/mainpage/spotify/{user_id}
<Description of the endpoint>
path
Name
Type
Description
user_id
int
User ID of the user
Response
{
"status": false,
"response": "https://accounts.spotify.com/authorize?client_id=18cdef91f9364a598c79c8ef4c462ec6&response_type=code&scope=user-read-currently-playing+user-read-recently-played+user-read-private+user-read-email+playlist-read-private+playlist-read-collaborative+user-read-recently-played&redirect_uri=http%3A%2F%2Flocalhost%3A8000%2Fcallback"
}
Last updated