anitrack/bruno/AniTrack/Simkl/Get Items/GetUser WatchList.bru

18 lines
279 B
Plaintext
Raw Normal View History

meta {
name: GetUser WatchList
type: http
seq: 2
}
get {
url: https://api.simkl.com/sync/all-items/anime/watching
body: none
auth: none
}
headers {
Authorization: Bearer {{SIMKL_AUTH_TOKEN}}
Content-Type: application/json
simkl-api-key: {{SIMKL_CLIENT_ID}}
}