Seeks to the given position in the user's currently playing track.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT 'https://api.spotify.com/v1/me/player/seek?position_ms=' \
--header'Authorization;'
Response Response Example
200 - Example 1
{"error":{"message":"string","status":0}}
Request
Query Params
Header Params
Responses
🟢200OK
application/json
Body
🟢204A completed request will return a `204 NO CONTENT` response code, and then issue the command to the player. Due to the asynchronous nature of the issuance of the command, you should use the [Get Information About The User's Current Playback](https://devel