Auth Pin redirect
documentedPIN-based authorization redirect; AniList redirects here with an access token that you can copy manually.
GET /api/v2/oauth/pinOAuthno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://anilist.co/api/v2/oauth/pin?client_id={{$client_id}}&redirect_uri={{$redirect_uri}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"