> For the complete documentation index, see [llms.txt](https://developer.leaderos.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.leaderos.net/store/categories.md).

# Categories

## Get all categories

<mark style="color:blue;">`GET`</mark> `https://yourwebsite.com/api/store/categories`

{% tabs %}
{% tab title="200: OK " %}

```json
{
    []
}
```

{% endtab %}
{% endtabs %}

## Get a category

<mark style="color:blue;">`GET`</mark> `https://yourwebsite.com/api/store/categories/<id>`

{% tabs %}
{% tab title="200: OK " %}

```json
{
    []
}
```

{% endtab %}
{% endtabs %}
