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

# Companies

### Load all companies in the instance

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

{% hint style="info" %}
Endpoint \[GET] [/System/Companies](https://api.retailys.com/v1#/System.Companies/getCompanies) 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 company in an instance

The API can be used to load one specific company according to its identifier in the given instance. In the received information you will find name, contact, etc.

{% hint style="info" %}
Endpoint \[GET] [/System/Companies/{id}](https://api.retailys.com/v1#/System.Companies/getCompany) 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 %}
