Gleap Help center API

The Help center API from Gleap — 3 operation(s) for help center.

Operations 3

GET /shared/helpcenter/search Search help center articles #
GET /shared/helpcenter/sources Get help center sources #
GET /shared/helpcenter/answer Answer help center question #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/gleap-help-center-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

gleap-help-center-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Gleap AI content Help center API
  version: 14.0.0
  contact:
    name: Gleap Support
    email: hello@gleap.io
    url: https://gleap.io
  description: The Gleap REST API provides programmatic access to feedback tickets, user identification, event tracking, help center content, outbound messaging, sessions, contacts, and AI-powered support workflows. The API uses Bearer token authentication and supports filtering, pagination, and webhook integrations.
  license:
    name: Proprietary
servers:
- url: https://api.gleap.io/v3
tags:
- name: Help center
paths:
  /shared/helpcenter/search:
    get:
      operationId: GetHelpcenterCollections
      responses:
        '200':
          description: Ok
          content:
            application/json:
              schema:
                properties:
                  domainRedirect: {}
                  redirectUrl: {}
                  session:
                    properties:
                      gleapHash: {}
                      gleapId: {}
                      userName: {}
                      userEmail: {}
                      userId: {}
                    required:
                    - gleapHash
                    - gleapId
                    - userName
                    - userEmail
                    - userId
                    type: object
                  project:
                    properties:
                      defaultDomain:
                        type: string
                      customDomain: {}
                      apiKey: {}
                      flowConfig:
                        properties:
                          localizationOptions: {}
                          operatorAvatarImage: {}
                          hideBranding: {}
                          backgroundColor: {}
                          headerColor: {}
                          color: {}
                          helpcenterConfig: {}
                        required:
                        - localizationOptions
                        - operatorAvatarImage
                        - hideBranding
                        - backgroundColor
                        - headerColor
                        - color
                        - helpcenterConfig
                        type: object
                      name: {}
                    required:
                    - defaultDomain
                    - customDomain
                    - apiKey
                    - flowConfig
                    - name
                    type: object
                  data: {}
                required:
                - domainRedirect
                - redirectUrl
                - session
                - project
                - data
                type: object
      summary: Search help center articles
      tags:
      - Help center
      security: []
      parameters: []
  /shared/helpcenter/sources:
    get:
      operationId: GetHelpcenterSources
      responses:
        '200':
          description: Ok
          content:
            application/json:
              schema:
                properties:
                  sources:
                    items:
                      properties:
                        sourceType: {}
                        type:
                          type: string
                        extract: {}
                        url: {}
                        title: {}
                        id: {}
                      required:
                      - sourceType
                      - type
                      - extract
                      - url
                      - title
                      - id
                      type: object
                    type: array
                required:
                - sources
                type: object
      summary: Get help center sources
      tags:
      - Help center
      security: []
      parameters: []
  /shared/helpcenter/answer:
    get:
      operationId: AnswerHelpCenterQuestion
      responses:
        '200':
          description: Ok
          content:
            application/json:
              schema:
                properties:
                  answer: {}
                required:
                - answer
                type: object
      summary: Answer help center question
      tags:
      - Help center
      security: []
      parameters: []
components:
  securitySchemes:
    jwt:
      type: http
      scheme: bearer
      bearerFormat: JWT