CONNECT PAGE

Grant the EyeLevel platform access to a Facebook page

CONNECT

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

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

Request Body

NameTypeDescription

integration

object

Request

{
    "integration": {
        "facebook": {   
            token: "",
            name: "",
            id: ""
        }
    }
}

Objects

pageFACEBOOK

Last updated