For the complete documentation index, see llms.txt. This page is also available as Markdown.

Categories

Get all categories

GET https://yourwebsite.com/api/store/categories

{
    []
}

Get a category

GET https://yourwebsite.com/api/store/categories/<id>

{
    []
}

Last updated