Supplier

Obtains basic details about the supplier

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.

Supplier

GET https://api.zaui.io/octo/supplier

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

{
  "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"
  }
}

Last updated