---
title: "Get user bundle progress for specific bundle"
method: POST
path: "/public/get-user-bundle-progress"
tags: ["Analytics"]
---

# Get user bundle progress for specific bundle

`POST /public/get-user-bundle-progress`

Get user bundle progress. Use this to get their progress and completion data.

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

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

## Request body

- object
  - `data` object[], required
    - `data` object, required
      - `bundleIdentifier` union, required
        - object
          - `type` 'digital-product-id', required
          - `digitalProductId` string, required — Digital product ID of course bundle
        - object
          - `type` 'bundle-slug', required
          - `bundleSlug` string, required — Bundle slug. You can find and customize this when creating the course bundle
      - `userIdentifier` union, required
        - object
          - `type` 'email', required
          - `email` string, email, required — User email
        - object
          - `type` 'user-id', required
          - `userId` string, required — User ID. Pass the same user ID that you used to create this user

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
        - `bundleData` object, required — Course bundle data
          - `title` string, required — Bundle title
          - `completionPercentageOutOf100` number, required — Bundle completion percentage out of 100
          - `enrolledAt` string, date-time, required
          - `items` union[], required — List of items included in the bundle
            - union
              - …
    - 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)
