Create Category
post
Body
namestringOptional
descriptionstring · nullableOptional
Responses
201
Created
application/json
400
Bad Request
application/json
post
/public/v1/integration/categoriesLast updated
Was this helpful?
Created
Bad Request
Last updated
Was this helpful?
Was this helpful?
POST /public/v1/integration/categories HTTP/1.1
Host: api.s1.show
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"name": "text",
"description": "text"
}{
"id": "text",
"audit": {
"created": {
"at": "2026-03-30T19:50:04.135Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"updated": {
"at": "2026-03-30T19:50:04.135Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"activated": {
"at": "2026-03-30T19:50:04.135Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"deactivated": {
"at": "2026-03-30T19:50:04.135Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"revision": 1,
"description": "text",
"status": "Active"
}