Generated from:
Create a GET request to the Spotify API to search for a track by name
URL
https://api.spotify.com/v1/search?q={{TRACK_NAME}}&type=track
Headers
| Authorization | Bearer {{SPOTIFY_ACCESS_TOKEN}} |
|---|---|
| Content-Type | application/json |
This request was generated from:
Create a GET request to the Spotify API to search for a track by name
Generate your own →Type any API. Get a production-ready request. No login required.