Spotify, WIP
NOTE
This page is a work in progress. Endpoints below haven't been fully researched.
Spotify token, WIP
Body is URL-encoded (grant_type=authorization_code&code=...&redirect_uri=... or grant_type=refresh_token&refresh_token=... or grant_type=client_credentials).
Response type: SpotifyAuthResponse (undocumented).
POST /api/tokenBody:
Content-Type: application/x-www-form-urlencoded
Map of string to string.
Get spotify favorites, WIP
Response type: SpotifyBackendResponse (undocumented).
GET /v4/spotify/favorites/{profileId}Post spotify favorites, WIP
Body type: SpotifyPostRequest (undocumented).
POST /v4/spotify/favoritesSearch spotify tracks, WIP
Response type: SpotifySearchTrackResponse (undocumented).
GET /v1/searchQuery (optional):
q— string, optionaltype— string, optional
Get spotify tracks, WIP
Response type: SpotifyGetTrackResponse (undocumented).
GET /v1/tracksQuery (optional):
ids— string, optional
Get spotify recently played, WIP
Response type: SpotifyRecentlyPlayedResponse (undocumented).
GET /v1/me/player/recently-played