---
title: "Get all digital products (including unlisted/draft)"
method: POST
path: "/public/get-all-products-internal"
tags: ["Product"]
---

# Get all digital products (including unlisted/draft)

`POST /public/get-all-products-internal`

Get details of all digital products with this API. This is meant to be used internally with a fermion API key only.

Authentication with the "FERMION-API-KEY" header is required to use this endpoint.

Rate limit: Maximum 15 requests in a window of 1m.

## Request body

- object
  - `data` object[], required
    - `data` object, required
      - `productTitleSearchFilter` string, nullable — Search filter to use for title of the product
      - `productTagsSearchFilter` string[], nullable — Pass tag values in an array to get products back with associated tags only. Tag values are case sensitive
      - `filterByStatus` string[], nullable — Optionally filter by product status. If provided, only the product with specific status will be returned.
      - `filterByType` string[], nullable — Optionally filter by product type. If provided, only the product types requested will be returned.

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
        - `products` object[], required — Array of published digital products
          - `fermionDigitalProductId` string, required — Unique identifier for the digital product
          - `type` 'DownloadableProduct' | 'Ebook' | 'FermionCourse' | 'FermionContest' | 'OneToOneInstructorCall' | 'LiveEventProduct' | 'FermionBundle', required — Type of digital product (e.g., Course, Bundle, Contest, etc.)
          - `name` string, required — Display name of the digital product
          - `slug` string, required — URL-friendly identifier used in product URLs
          - `link` string, uri, required — Full URL to the product page on your school's website
          - `thumbnailUrl` string, uri, required — URL of the product's thumbnail image
          - `tags` string[], required — Tags associated with this product
    - object
      - `status` 'error', required
      - `errorMessage` string, required

---

[API](https://skmtc.net/fermion/apis/fermion-backend-api.md) · [All operations](https://skmtc.net/fermion/apis/fermion-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fermion/fermion-backend-api/revisions/7ce364c8820b/schema)
