Finish MyAnimeList login
submit_mal_redirectSubmit the redirect URL from MyAnimeList authorization to finalize login when automatic completion fails. Accepts the ?code=... URL or just the code.
Instructions
Complete a login started with login_mal by submitting the URL your browser was redirected to after clicking Allow (the one containing ?code=...). Use this when login didn't complete automatically — e.g. the server runs on a remote/headless host. A bare code string is also accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| redirect_url | Yes | The full redirected URL (contains ?code=...), or just the code value. |