Skip to main content
POST
Create a category

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Example:

"SEO"

Response

id
string
required
Example:

"clx..."

name
string
required
Example:

"SEO"

color
string
required
Example:

"violet"

createdAt
string<date-time>
required
updatedAt
string<date-time>
required