Supplier

Obtains basic details about the supplier

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

Was this helpful?