Skip to main content
POST
/
2023-11
/
admin
/
collections
Create
curl --request POST \
  --url https://api-staging.genuka.com/2023-11/admin/collections \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "Collection description",
  "handle": "handle-collection",
  "title": "Collection test"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-company
string
Example:

"{{companyId}}"

Body

application/json
content
string
Example:

"Collection description"

handle
string
Example:

"handle-collection"

title
string
Example:

"Collection test"

Response

200 - undefined