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
Get help center sources
GET
/
shared
/
helpcenter
/
sources
curl --request GET \
--url https://api.gleap.io/v3/shared/helpcenter/sources
{
"sources": [
{
"sourceType": "<any>",
"type": "<string>",
"extract": "<any>",
"url": "<any>",
"title": "<any>",
"id": "<any>"
}
]
}
Response
200 - application/json
Ok
The response is of type object
.
curl --request GET \
--url https://api.gleap.io/v3/shared/helpcenter/sources
{
"sources": [
{
"sourceType": "<any>",
"type": "<string>",
"extract": "<any>",
"url": "<any>",
"title": "<any>",
"id": "<any>"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.