get track id
GET {{baseUrl}}/search?q=track:{{track}}+artist:{{artist}}&type=track
get track info
This request makes an authorized call to Spotify's Search API to find tracks by title and artist.
In the Tests
tab, we save the first trackId
and trackName
returned to collection variables for use in the next request
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | ||
type | string |