OCTO Developer Hub
OCTO WebsiteOpenAPI (Swagger)Become a Member
  • Welcome
  • Getting Started
    • Glossary of Terms
    • Errors
    • Headers
    • Authentication
    • Endpoints & Capabilities
    • Schemas
    • Development Support
  • OCTO API Core
    • Supplier
    • Products
    • Availability
    • Bookings
  • Capabilities (Optional)
    • Pricing
    • Notifications
    • Content
    • Pickups (Proposed Draft)
    • Promotions (Proposed Draft)
  • Additional Resources
    • Validation Tool
    • Postman Collections
    • Known Implementations
Powered by GitBook
On this page

Was this helpful?

  1. OCTO API Core

Supplier

Returns the supplier and associated contact details

PreviousDevelopment SupportNextProducts

Last updated 1 year ago

Was this helpful?

Get Supplier

Get Supplier

get

Returns the supplier and associated contact details.

Responses
200
OK
application/json
get
GET /octo/supplier HTTP/1.1
Host: api.example.com
Accept: */*
200

OK

{
  "id": "48b4d2e9-cd8b-4ac2-a5ee-4217bf2622c2",
  "name": "John Doe's company",
  "endpoint": "http://example.com",
  "contact": {
    "website": null,
    "email": "john.doe@email.com",
    "telephone": null,
    "address": null
  }
}
  • Get Supplier
  • GETGet Supplier