Cookbook
Developer guide
API reference
Platform guide
Release notes
  • Cookbook
  • Developer guide
  • API reference
  • Platform guide
  • Release notes
    • Nothing Found
    API reference
    Authentication
    Cash Management
    Configuration
    Credit cards
    Kitchen
    Labor
    Menus V2
    Menus V3
    Order management configuration
    Orders
    Packaging configuration
    Partners
    Restaurant availability
    Restaurants
      Data definitions
        schema
        General
        schema
        Location
        schema
        URLs
        schema
        Image
        schema
        Hours
        schema
        Service
        schema
        DaySchedule
        schema
        WeekSchedule
        schema
        Schedules
        schema
        Delivery
        schema
        OnlineOrdering
        schema
        PaymentOptions
        schema
        DeliveryPaymentOptions
        schema
        TakeoutPaymentOptions
        schema
        PrepTimes
        schema
        RestaurantInfo
        schema
        Restaurant
      get
      Get restaurant configuration information
      get
      Get restaurants in a management group
    Stock
    API specifications
    Gift cards integration specification
    Loyalty integration specification
    Tender integration specification

Image

Information about an image.

height
integer <int32>

The height of the image, in pixels.

heightWidthRatio
number <float>

The ratio of height to width

url
string
width
integer <int32>

The width of the image, in pixels.

{
  • "width": 0,
  • "height": 0,
  • "url": "string",
  • "heightWidthRatio": 0
}