latestOpenAPI 3.0.12026-08-1091181421.2 KB

44eb39b4bd65

Backpack

Create a new Collection

post/v2/backpack/collections

Request body

descriptionstring nullable

Short description of the Collection

namestring required

Name of the collection

publishedboolean required

True if the Collection should have a share url

Example request

{
  "description": "This is a collection of my favorite badges",
  "name": "My Collection",
  "published": true
}

Response

Created