anitrack/bruno/AniTrack/Simkl/Get Items/GetUser WatchList.bru
2024-10-01 15:52:32 -04:00

18 lines
271 B
Plaintext

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