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.