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

Changes