Endpoints
- Message templates
- Session
- Team
- Messages
- Help center collections
- Help center articles
- Help center
- Help center redirects
- Ticket
- Engagement Banner
- Engagement Chat Message
- Engagement Cobrowse
- Engagement Email
- Engagement News
- Engagement Product Tour
- Engagement Push Notification
- Engagement Survey
- Engagement Tooltip
- Engagement Whatsapp Messages
- Engagement Checklist
- Engagement
- AI content
- Engagement Modal
- Invitation
- Project
Help center
Search help center articles
GET
/
shared
/
helpcenter
/
search
curl --request GET \
--url https://api.gleap.io/v3/shared/helpcenter/search
{
"domainRedirect": "<any>",
"redirectUrl": "<any>",
"session": {
"gleapHash": "<any>",
"gleapId": "<any>",
"userName": "<any>",
"userEmail": "<any>",
"userId": "<any>"
},
"project": {
"defaultDomain": "<string>",
"customDomain": "<any>",
"apiKey": "<any>",
"flowConfig": {
"localizationOptions": "<any>",
"operatorAvatarImage": "<any>",
"hideBranding": "<any>",
"backgroundColor": "<any>",
"headerColor": "<any>",
"color": "<any>",
"helpcenterConfig": "<any>"
},
"name": "<any>"
},
"data": "<any>"
}
Response
200 - application/json
Ok
The response is of type object
.
curl --request GET \
--url https://api.gleap.io/v3/shared/helpcenter/search
{
"domainRedirect": "<any>",
"redirectUrl": "<any>",
"session": {
"gleapHash": "<any>",
"gleapId": "<any>",
"userName": "<any>",
"userEmail": "<any>",
"userId": "<any>"
},
"project": {
"defaultDomain": "<string>",
"customDomain": "<any>",
"apiKey": "<any>",
"flowConfig": {
"localizationOptions": "<any>",
"operatorAvatarImage": "<any>",
"hideBranding": "<any>",
"backgroundColor": "<any>",
"headerColor": "<any>",
"color": "<any>",
"helpcenterConfig": "<any>"
},
"name": "<any>"
},
"data": "<any>"
}
Assistant
Responses are generated using AI and may contain mistakes.