# Supplier

{% hint style="info" %}
Ask the supplier you wish to connect with to enable your platform through their Zaui system.  Please then contact us for an API key for each supplier that you wish to connect with. You will therefore have a unique API key for each of your connections, which will then be used for each of the API calls.
{% endhint %}

## Supplier

<mark style="color:blue;">`GET`</mark> `https://api.zaui.io/octo/supplier`

This endpoint will return basic details of the supplier based on the API key being used.&#x20;

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

```javascript
{
  "id": "c9f0e272-a966-4f74-bea2-c290218d4f83",
  "name": "Supplier SandBox System",
  "endpoint": "https://api.zaui.io/octo",
  "contact": {
    "website": "https://suppliertestsystem.com",
    "email": "info@suppliertestsystem.com",
    "telephone": "+1 888-555-1212",
    "address": "123 Main St, Anytown USA"
  }
}
```

{% endtab %}
{% endtabs %}
