Skip to main content

Get catalog metadata

GET 

/api/v2/businesses/:business_id/catalog/metadata

Retrieve global metadata for a businesses menus.

This metadata is currently used on the menus cover page.

Request

Path Parameters

    business_id stringrequired

Responses

Schema

    heading stringnullable

    Possible values: <= 255 characters

    Heading to display on the menus cover page

    photo_url urinullable

    Image to display as the background on the cover page

    colors

    object

    required

    background color-hex

    Background color of the cover page

    heading color-hex

    Text color of the heading on the cover page

Loading...