> For the complete documentation index, see [llms.txt](https://developers.retailys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.retailys.com/rest-api/suppliers.md).

# Suppliers

### Load all suppliers in the instance

All suppliers in a particular instance can be loaded using the API. In the received information you will find their name, contact, description, etc.

{% hint style="info" %}
Endpoint \[GET] [/System/Suppliers](https://api.retailys.com/v1#/System.Suppliers/getSuppliers) on the API you can easily try.
{% endhint %}

{% hint style="success" %}
You can find more information about the endpoint and its parameters in our API documentation
{% endhint %}

### Load a specific supplier in an instance

Using the API, one specific supplier can be retrieved according to its identifier in a given instance. In the received information you will find its name, contact, description, etc.

{% hint style="info" %}
Endpoint \[GET] [/System/Suppliers/{id}](https://api.retailys.com/v1#/System.Suppliers/getSupplier) on the API you can easily try.
{% endhint %}

{% hint style="success" %}
You can find more information about the endpoint and its parameters in our API documentation
{% endhint %}
