Get Auth Key
POST https://accounts.spotify.com/api/token
Request Body
[{"name"=>"grant_type", "value"=>"refresh_token", "datatype"=>"string"}, {"name"=>"refresh_token", "value"=>"{{refresh_token}}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"access_token":"BQDagdZYKPzrSC7Yul39hXsBjrpOI-xOWvnpqCQrYcU22KQWG9VXHJcwML-WoRDv18Vd_h8WIVQbALR66F0Z9Tl_Kpgetdtba20xHi4Y0njyVJCScu2PWAMLMteBSPrCfzNYD1t80NL124DOubq31CABIyNc20TKOaYsTSD563HQ-t3ui6VbpQVQaDhXsLFdTY43Epk-mfzGAg","token_type":"Bearer","expires_in":3600,"scope":"playlist-read-private playlist-modify-private"}