---
title: "Create a New Bundle"
method: POST
path: "/api/v2/bundles"
tags: ["Bundle"]
---

# Create a New Bundle

`POST /api/v2/bundles`

This endpoint creates a new bundle in the system. <h3>Required Scope</h3>`bundles:write`

## Request body

- V2BundlesBody
  - `data` Apiv2bundlesData
    - `type` string
    - `attributes` Apiv2bundlesDataAttributes
      - `title` string, nullable, required — The title of the bundle.
      - `description` string, nullable, required — A description of the bundle.

## Response `201`

Success

- Bundle
  - `data` ListedBundleData
    - `type` string
    - `id` string
    - `attributes` ListedBundleAttributes
      - `title` string, nullable — The title of the bundle.
      - `description` string, nullable — The description of the bundle.
      - `created-at` string, date-time — Date that the bundle was last modified. (UTC)
      - `modified-at` string, date-time — Date that the bundle was last modified. (UTC)
    - `links` SelfLink
      - `self` string

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
