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}}
|