Skip to main content

AvailableIntegrationDto

An available integration that can be connected

authTypestringrequired

Authentication type: oauth2, api_key, none

Example: oauth2
connectedbooleanrequired

Whether this integration is already connected by the user

Example: false
descriptionstringrequired

Description of the integration

Example: Sync your reading progress and ratings with AniList
displayNamestringrequired

Human-readable display name

Example: AniList
featuresstring[]required

Features supported by this integration

Example: ["sync_progress","sync_ratings","import_lists"]
namestringrequired

Integration name (e.g., "anilist", "myanimelist")

Example: anilist
AvailableIntegrationDto
{
"authType": "oauth2",
"connected": false,
"description": "Sync your reading progress and ratings with AniList",
"displayName": "AniList",
"features": [
"sync_progress",
"sync_ratings",
"import_lists"
],
"name": "anilist"
}