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>"
}
]
}
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>"
}
]
}
Ok
The response is of type object
.