Categories
Categories endpoint
Get Categories
GET
https://pomeranianstoner.com/v1/categories
This endpoint allows you to get list of all categories.
Headers
Name
Type
Description
Authentication
object
Authentication token present in cookies.
Create new category
POST
https://pomeranianstoner.com/v1/categories
This endpoint allows you to create new category.
Headers
Name
Type
Description
Authentication
object
Authentication token present in cookies.
Request Body
Name
Type
Description
parent_id
string
Parent category id.
name
string
Category name.
Last updated
Was this helpful?