Skip to main content
POST
Create Category

Authorization

string
required
Bearer token for authentication. Format: Bearer qwoty_your_token

Request Body

string
required
Unique API identifier (snake_case). Can only contain lowercase letters, numbers and underscores. Cannot start or end with underscore.
string
required
Category name
string
Category description
boolean
default:"true"
Active status
string
UUID of parent category for hierarchical organization

Examples

Response

boolean
Indicates whether the request was successful
object
Created category object

Error Responses