nuclei-templates/token-spray/spotify.yaml

22 lines
422 B
YAML

id: api-spotify
info:
name: Spotify API Test
author: zzeitlin
reference: https://developer.spotify.com/documentation/general/guides/authorization-guide/
severity: info
tags: token-spray,spotify
self-contained: true
requests:
- method: GET
path:
- "https://api.spotify.com/v1/me"
headers:
Authorization: Bearer {{token}}
matchers:
- type: status
status:
- 200