Gleap Help center articles API

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

Operations 6

POST /helpcenter/collections/{helpcenterCollectionId}/articles Create a new article #
GET /helpcenter/collections/{helpcenterCollectionId}/articles Get all articles #
GET /helpcenter/collections/{helpcenterCollectionId}/articles/{helpcenterArticleId} Get an article #
PUT /helpcenter/collections/{helpcenterCollectionId}/articles/{helpcenterArticleId} Update an article #
DELETE /helpcenter/collections/{helpcenterCollectionId}/articles/{helpcenterArticleId} Delete an article #
PUT /helpcenter/collections/{helpcenterCollectionId}/articles/{helpcenterArticleId}/move Move an article #

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-articles-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-articles-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Gleap AI content Help center articles 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 articles
paths:
  /helpcenter/collections/{helpcenterCollectionId}/articles:
    post:
      operationId: CreateHelpcenterArticle
      responses:
        '200':
          description: Ok
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HelpcenterArticleDocument'
      summary: Create a new article
      tags:
      - Help center articles
      security:
      - jwt: []
      parameters:
      - in: header
        name: project
        required: true
        schema:
          type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/HelpcenterArticleDto'
    get:
      operationId: GetHelpcenterArticles
      responses:
        '200':
          description: Ok
          content:
            application/json:
              schema:
                items:
                  $ref: '#/components/schemas/HelpcenterArticleDocument'
                type: array
      summary: Get all articles
      tags:
      - Help center articles
      security:
      - jwt: []
      parameters:
      - in: header
        name: project
        required: true
        schema:
          type: string
  /helpcenter/collections/{helpcenterCollectionId}/articles/{helpcenterArticleId}:
    get:
      operationId: GetHelpcenterArticleItem
      responses:
        '200':
          description: Ok
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HelpcenterArticleDocument'
      summary: Get an article
      tags:
      - Help center articles
      security:
      - jwt: []
      parameters:
      - in: path
        name: helpcenterArticleId
        required: true
        schema:
          type: string
    put:
      operationId: UpdateHelpcenterArticleItem
      responses:
        '200':
          description: Ok
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HelpcenterArticleDocument'
      summary: Update an article
      tags:
      - Help center articles
      security:
      - jwt: []
      parameters:
      - in: path
        name: helpcenterArticleId
        required: true
        schema:
          type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/HelpcenterArticleDto'
    delete:
      operationId: DeleteHelpcenterArticleItem
      responses:
        '200':
          description: Ok
          content:
            application/json:
              schema:
                properties:
                  success:
                    type: boolean
                required:
                - success
                type: object
      summary: Delete an article
      tags:
      - Help center articles
      security:
      - jwt: []
      parameters:
      - in: path
        name: helpcenterArticleId
        required: true
        schema:
          type: string
      - in: header
        name: project
        required: true
        schema:
          type: string
  /helpcenter/collections/{helpcenterCollectionId}/articles/{helpcenterArticleId}/move:
    put:
      operationId: MoveHelpcenterArticleItem
      responses:
        '200':
          description: Ok
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HelpcenterArticleDocument'
      summary: Move an article
      tags:
      - Help center articles
      security:
      - jwt: []
      parameters:
      - in: path
        name: helpcenterArticleId
        required: true
        schema:
          type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              properties:
                newCollectionId:
                  type: string
              required:
              - newCollectionId
              type: object
components:
  schemas:
    Document:
      $ref: '#/components/schemas/FlattenMaps_T_'
      description: 'Generic types for Document:

        *  T - the type of _id

        *  TQueryHelpers - Object with any helpers that should be mixed into the Query type

        *  DocType - the type of the actual Document created'
    FlattenMaps_T_:
      properties: {}
      type: object
    HelpcenterArticleI:
      $ref: '#/components/schemas/InferSchemaType_typeofhelpcenterArticleSchema_'
    IfAny_typeofhelpcenterArticleSchema.any.ObtainSchemaGeneric_typeofhelpcenterArticleSchema.DocType__:
      allOf:
      - properties:
          updatedAt:
            $ref: '#/components/schemas/NativeDate'
          createdAt:
            $ref: '#/components/schemas/NativeDate'
        required:
        - updatedAt
        - createdAt
        type: object
      - properties:
          extendedAudienceFilter: {}
          baseAudienceFilter: {}
          docId:
            type: number
            format: double
          author:
            properties:
              isValid:
                properties: {}
                type: object
              createFromHexString:
                properties: {}
                type: object
              createFromTime:
                properties: {}
                type: object
              generate:
                properties: {}
                type: object
              cacheHexString: {}
              prototype:
                $ref: '#/components/schemas/ObjectId'
            type: object
          helpcenterCollection:
            properties:
              isValid:
                properties: {}
                type: object
              createFromHexString:
                properties: {}
                type: object
              createFromTime:
                properties: {}
                type: object
              generate:
                properties: {}
                type: object
              cacheHexString: {}
              prototype:
                $ref: '#/components/schemas/ObjectId'
            type: object
          upvotes: {}
          plainContent: {}
          lexorank:
            type: string
          project:
            properties:
              isValid:
                properties: {}
                type: object
              createFromHexString:
                properties: {}
                type: object
              createFromTime:
                properties: {}
                type: object
              generate:
                properties: {}
                type: object
              cacheHexString: {}
              prototype:
                $ref: '#/components/schemas/ObjectId'
            type: object
          externalId:
            type: string
          content: {}
          title: {}
          description: {}
          sourceUsage:
            type: number
            format: double
          isDraft:
            type: boolean
          tags:
            items:
              type: string
            type: array
          targetAudience:
            type: string
        required:
        - sourceUsage
        - isDraft
        - tags
        - targetAudience
        type: object
    InferSchemaType_typeofhelpcenterArticleSchema_:
      $ref: '#/components/schemas/IfAny_typeofhelpcenterArticleSchema.any.ObtainSchemaGeneric_typeofhelpcenterArticleSchema.DocType__'
    HelpcenterArticleDocument:
      allOf:
      - $ref: '#/components/schemas/HelpcenterArticleI'
      - $ref: '#/components/schemas/Document'
    NativeDate:
      type: string
    Types.ObjectId:
      type: string
    HelpcenterArticleDto:
      properties:
        title: {}
        description: {}
        content: {}
        plainContent: {}
        helpcenterCollection:
          $ref: '#/components/schemas/Types.ObjectId'
        author:
          $ref: '#/components/schemas/Types.ObjectId'
        project:
          $ref: '#/components/schemas/Types.ObjectId'
        isDraft:
          type: boolean
          default: true
        docId:
          type: number
          format: double
        lexorank:
          type: string
        upvotes: {}
        targetAudience:
          type: string
          default: all
        externalId:
          type: string
        baseAudienceFilter: {}
        extendedAudienceFilter: {}
        tags:
          items:
            type: string
          type: array
        newCollectionId:
          type: string
      type: object
      additionalProperties: false
    ObjectId:
      type: string
  securitySchemes:
    jwt:
      type: http
      scheme: bearer
      bearerFormat: JWT