LibraryH3lp supports a variety of web chat widget behaviors, which we call service types. You can embed a widget directly in a page, float a widget above a page, or pop out a widget into a separate browser window. Which type you choose to use depends on your application. And you can opt to use more than one service type throughout your web site. To help you navigate service types, we've compiled a list of pros and cons for each of the types.
LibraryH3lp supports cookie-based authentication. To learn more, you can read the details on authentication.
Requests are served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.
/2011-12-03/service-types
A service type is represented by the following properties:
Property | Description |
---|---|
id | Unique integer identifier for a service type. |
name | A string representation of the service type. Possible values are embedded, pop-up, and follow-me. |
Returns a JSON response containing a list of service types.
GET /2011-12-03/service-types
[
{
"id": 1,
"name": "embedded",
},
{
"id": 2,
"name": "pop-up",
},
{
"id": 3,
"name": "follow-me",
}
]
Not supported.
Not supported.
Not supported.