Returning to the start of the current track should be performed using the <ahref="https://api.spotify.com/v1/me/player/seek"target="_blank"rel="noopener noreferrer">https://api.spotify.com/v1/me/player/seek</a> endpoint.</p></blockquote><p><strong>Parameters</strong></p><table><thead><tr><th>Name</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td>[deviceId]</td><td>The id of the device this command is targeting. If not supplied, the user's currently active device is the target.</td><td><code>"XXXX-XXXX-XXXX-XXXX"</code></td></tr></tbody></table><p><strong>Usage</strong></p><divclass="language-csharp codeBlockContainer_Ckt0 theme-code-block"style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><divclass="codeBlockContent_biex"><pretabindex="0"class="prism-code language-csharp codeBlock_bY9V thin-scrollbar"><codeclass="codeBlockLines_e6Vv"><spanclass="token-line"style="color:#bfc7d5"><spanclass="token class-name"style="color:rgb(255, 203, 107)">ErrorResponse</span><spanclass="token plain"> error </span><spanclass="token operator"style="color:rgb(137, 221, 255)">=</span><spanclass="token plain"> _spotify</span><spanclass="token punctuation"style="color:rgb(199, 146, 234)">.</span><spanclass="token function"style="color:rgb(130, 170, 255)">SkipPlaybackToPrevious</span><spanclass="token punctuation"style="color:rgb(199, 146, 234)">(</span><spanclass="token punctuation"style="color:rgb(199, 146, 234)">)</span><spanclass="token punctuation"style="color:rgb(199, 146, 234)">;</span><br></span></code></pre><divclass="buttonGroup__atx"><buttontype="button"aria-label="Copy code to clipboard"title="Copy"class="clean-btn"><spanclass="copyButtonIcons_eSgA"aria-hidden="true"><svgclass="copyButtonIcon_y97N"viewBox="0 0 24 24"><pathd="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svgclass="copyButtonSuccessIcon_LjdS"viewBox="0 0 24 24"><pathd="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div><hr><h2class="anchor anchorWithStickyNavbar_LWe7"id="seekplayback">SeekPlayback<aclass="hash-link"href="#seekplayback"title="Direct link to heading"></a></h2><blockquote><p>Seeks to the given position in the user’s currently playing track.</p></blockquote><p><strong>Parameters</strong></p><table><thead><tr><th>Name</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td>positionMs</td><td>The position in milliseconds to seek to. Must be a positive number. Passing in a position that is greater than the length of the track will cause the player to start playing the next song.</td><td><code>50</code></td></tr><tr><td>[deviceId]</td><td>The id of the device this command is targeting. If not supplied, the user's currently active device is the target.</td><td><code>"XXXX-XXXX-XXXX-XXXX"</code></td></tr></tbody></table><p><strong>Usage</strong></p><divclass="language-csharp codeBlockContainer_Ckt0 theme-code-block"style="--prism-color:#bfc7d5;--prism-background-color:#292d3e"><divclass="codeBlockContent_biex"><pretabindex="0"class="prism-code language-csharp codeBlock_bY9V thin-scrollbar"><codeclass="codeBlockLines_e6Vv"><spanclass="token-line"style="color:#bfc7d5"><spanclass="token class-name"style="color:rgb(255, 203, 107)">ErrorResponse</span><spanclass="token plain"> error </span><spanclass="token operator"style="color:rgb(137, 221, 255)">=</span><spanclass="token plain"> _spotify</span><spanclass="token punctuation"style="color:rgb(199, 146, 234)">.</span><spanclass="token function"style="color:rgb(130, 170, 255)">SeekPlayback</span><spanclass="token punctuation"style="color:rgb(199, 146, 234)">(</span><spanclass="token number"style="color:rgb(247, 140, 108)">50</span><spanclass="token punctuation"style="color:rgb(199, 146, 234)">)</span><spanclass="token punctuation"style="color:rgb(199, 146, 234)">;</span><br></span></code></pre><divclass="buttonGroup__atx"><butto