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

# 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zaui.com/octo/basic-workflow/suppliers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
