API Reference
API Reference
API Reference
  • USERS
    • Login with Settop_num
    • SIGNUP
    • GET USER INFO
    • UPDATE USER-INFO
    • DELETE USER
  • MainPage HOME
    • SPOTIFY VOD API
      • USER'S VOD Based on SPOTIFY
      • Check User's spotify VOD_LIST
    • YOUTUBE VODLIST API
    • WATCH VODLIST API
  • MainPage MOVIE
    • SF-Fantasy
    • Liberal-Arts-Others
    • Family
    • Drama
    • Romance
    • Action
    • Animations
  • MainPage SERIES
    • ACTION-FANTASY
    • FAMILY-COMEDY
    • DRAMA
    • REALITY
  • MainPage KIDS
    • POPULAR LIST
    • RECENTLYLIST
  • DetailPage
    • TOTAL VOD(movie, series, kids) Detail info API
    • SERIES
      • SEASON INFO API
      • EPISODE INFO API
    • KIDS
      • SEASON INFO API
      • EPISODE INFO API
  • SEARCH
    • SEARCH VOD
  • REVIEW
    • REVIEW LIST READ
    • REVIEW READ
    • REVIEW INSERT
    • REVIEW UPDATE
    • REVIEW DELETE
  • LIKE
    • LIKE READ
    • LIKE INSERT
    • LIKE DELETE
Powered by GitBook
On this page
  1. MainPage HOME
  2. SPOTIFY VOD API

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"
}
{
    "response": error
}
PreviousUSER'S VOD Based on SPOTIFYNextYOUTUBE VODLIST API

Last updated 1 year ago