Skip to content

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/token

Body:

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/favorites

Search spotify tracks, WIP

Response type: SpotifySearchTrackResponse (undocumented).

GET /v1/search

Query (optional):

  • q — string, optional
  • type — string, optional

Get spotify tracks, WIP

Response type: SpotifyGetTrackResponse (undocumented).

GET /v1/tracks

Query (optional):

  • ids — string, optional

Get spotify recently played, WIP

Response type: SpotifyRecentlyPlayedResponse (undocumented).

GET /v1/me/player/recently-played

Open Grind is not affiliated with Grindr in any way.