Skip to main content

ConnectIntegrationResponse

Response from initiating integration connection

authUrlstring | nullnullable

OAuth authorization URL (redirect user here)

Example: https://anilist.co/api/v2/oauth/authorize?client_id=...
connectedbooleanrequired

Whether the integration is now connected (true for api_key auth)

Example: false
integration object
oneOf
null
ConnectIntegrationResponse
{
"authUrl": "https://anilist.co/api/v2/oauth/authorize?client_id=...",
"connected": false,
"integration": "null"
}