> 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/products.md).

# Products

## Get all products

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

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

```json
{
    []
}
```

{% endtab %}
{% endtabs %}

## Get a product

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

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

```json
{
    []
}
```

{% endtab %}
{% endtabs %}
