CONNECT USER ACCOUNT

Grant the EyeLevel platform access to a Facebook user account

CONNECT

POST https://api.eyelevel.ai/v1/partner/integration/facebook/:apiKey

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

Request Body

NameTypeDescription

integration

object

{ facebookConnect OBJECT }

Request

{
    "integration": {
        "facebook": {   
            token: ""
        }
    }
}

Objects

FACEBOOK

Last updated