Skip to main content

OAuthStartResponse

OAuth initiation response

redirectUrlstringrequired

The URL to redirect the user to for OAuth authorization

Example: https://anilist.co/api/v2/oauth/authorize?response_type=code&client_id=...
OAuthStartResponse
{
"redirectUrl": "https://anilist.co/api/v2/oauth/authorize?response_type=code&client_id=..."
}