Skip to content

Get All Categories

GET

/categories

https://api.storefront.wdb.skooldio.dev/categories

Require Authentication: No

Example Request

Terminal window
curl --request GET \
--url https://api.storefront.wdb.skooldio.dev/categories

Responses

Results

[
{
"id": "1",
"name": "Category 1",
"permalink": "category-1",
"parentId": null
},
{
"id": "2",
"name": "Category 2",
"permalink": "category-2",
"parentId": "1"
}
]