ConnectIntegrationRequest
Request to initiate connection to an integration
apiKeystring | nullnullable
API key (for api_key auth type integrations)
integrationNamestringrequired
Integration name to connect
Example:
anilistredirectUristring | nullnullable
Redirect URI for OAuth callback (required for OAuth integrations)
Example:
https://app.example.com/integrations/callbackConnectIntegrationRequest
{
"apiKey": "string",
"integrationName": "anilist",
"redirectUri": "https://app.example.com/integrations/callback"
}