Skip to main content
POST
Create series

Authorizations

Authorization
string
header
required

Enter your API token from the Haystack dashboard

Body

application/json
title
string
required
collectionId
integer
required
subTitle
string | null
description
string | null
shortDescription
string | null
urlSlug
string | null
colorHex
string | null
Example:

"#4F46E5"

sortOrder
integer | null
itemSortDirection
enum<string> | null
Available options:
ASC,
DESC
showItemOrderInSeries
boolean | null
published
boolean | null
items
integer[] | null

Item IDs to associate

Response

200 - application/json

Created series

series
object