POST (Chat Gateway Configuration)

Use this to test the chat gateway configuration settings done.

URI:

https://<SM_HOST>/ccp-webapp/ccp/chatGatewayConfig/test/facebook

HTTP Method:

POST

Request Headers

Authorization: Basic

Accept: application/xml

Content-Type: NONE

Request Body

<fbmConfig>
    <accessToken>PAGE_ACCESS_TOKEN</accessToken>
    <httpProxy>
        <hostname>my-http-proxy.example.com</hostname>
        <port>8080</port>
    </httpProxy>
</fbmConfig>

Response Status

200 OK

Response Headers

Content-Type: application/xml

Response Body

<FBMConfigTestStatus>
    <reason></reason>
    <status>PASSED</status>
</FBMConfigTestStatus>