Lightspeed Restaurant K Series API
1.0.0

Lightspeed Restaurant offers a REST API in order to communicate with the data in the system. These APIs are built using the RESTful standards and adhere to the basic verb interactions as defined by the REST standard.

These services are in continuous development and subject to change. Find our versioning policy here.

This is the documentation for version 1.0.0 of the API. Last update on May 1, 2024.

Base URL
https://api.trial.lsk.lightspeed.app

Get picture specifications

GET /i/richItem/{businessId}/pictureSpec

Get rich item picture specifications.

Path parameters

Responses

GET /i/richItem/{businessId}/pictureSpec
curl \
 -X GET https://api.trial.lsk.lightspeed.app/i/richItem/454335871/pictureSpec \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "_links": {
    "deprecation": "string",
    "href": "string",
    "hreflang": "string",
    "name": "string",
    "profile": "string",
    "templated": true,
    "title": "string",
    "type": "string"
  },
  "minHeight": 42,
  "minWidth": 42,
  "requiredAspectRatio": 42.0
}