INSTALL

Install the EyeLevel Microsoft Teams app in a Microsoft Teams channel and team

INSTALL

GET https://api.eyelevel.ai/v1/partner/integration/msteams/:apiKey

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

{
    "integration": {
        "msteams": {
            "url": "STRING"
        }
    }
}

Response

{
    "integration": {
        "msteams": {
            "url": "STRING"
        }
    }
}

url

The URL that will initiate a web based OAUTH2 process to connect the EyeLevel app to the customer's Microsoft Teams account.

Last updated