21 lines
393 B
YAML
21 lines
393 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: api,spotify
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://api.spotify.com/v1/me"
|
||
|
headers:
|
||
|
Authorization: Bearer {{token}}
|
||
|
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|