INSTALL

Install the EyeLevel HubSpot app

INSTALL

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

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

{
    "integration": {
        "hubspot": {
            "url": "STRING"
        }
    }
}

Response

{
    "integration": {
        "hubspot": {
            "url": "STRING"
        }
    }
}

url

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

Last updated