nuclei-templates/token-spray/spotify.yaml

21 lines
393 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-spotify
info:
name: Spotify API Test
author: zzeitlin
reference: https://developer.spotify.com/documentation/general/guides/authorization-guide/
severity: info
tags: api,spotify
requests:
- method: GET
path:
- "https://api.spotify.com/v1/me"
headers:
Authorization: Bearer {{token}}
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: status
status:
- 200