12 lines
312 B
HTTP
12 lines
312 B
HTTP
# @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}}
|