Request

GET https://api.chatsight.ai/addons

HEADER x-chatsight-api-auth: <<apiKeyExample>>

curl --location --request GET 'https://api.chatsight.ai/addons' \
--header 'x-chatsight-api-auth: <<apiKeyExample>>'

Response

{
    "api": "chatsight-lang-text",
    "success": true,
    "response": {
        "available": {
            "keywordAlert": {
                "sku": "keywordAlert",
                "name": "Keyword Alert",
                "info": "Provides instant webhook alerts when a defined keyword is detected.",
                "attributes": {
                    "metadata": "Passing a metadata object with your request payload will pass this information directly to the webhook request."
                },
                "requiredSetupProperties": [
                    "addon",
                    "webhook"
                ]
            }
        },
        "active": [
            "keywordAlert"
        ]
    }
}