LogoLogo
  • OCTO Specification and Zaui
  • Glossary of Terms
  • Getting Started
  • Test Credentials
  • Headers
  • Errors
  • Rate Limits
  • Advanced Capabilities
  • FAQ's
  • Basic Capabilities
    • Supplier
    • Products
    • Availability
    • Booking
  • Advanced Capabilities (optional)
    • Content
    • Pricing
    • Pickups
    • GT-Locations
    • GT-Connections
    • Grouped-departures
Powered by GitBook
On this page

Was this helpful?

  1. Basic Capabilities

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

PreviousFAQ'sNextProducts

Last updated 1 year ago

Was this helpful?