Anitrack/rest/AniTrack/Load AniList Oauth Page.http

12 lines
312 B
Plaintext
Raw Normal View History

2025-02-17 21:02:30 -05:00
# @name Load AniList Oauth Token
POST https://anilist.co/api/v2/oauth/token
Content-Type: application/x-www-form-urlencoded
Accept: application/json
grant_type=authorization_code
client_id={{ANILIST_APP_ID}}
client_secret={{ANILIST_SECRET_ID}}
redirect_uri=http://localhost:6734/callback
code={{ANILIST_CODE}}