Lunchbox · JSON Structure

Core Auth Session Structure

AuthSession schema from Lunchbox Core API

Type: object Properties: 2
RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

AuthSession is a JSON Structure definition published by Lunchbox, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

customer_id auth_cookie

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lunchbox/refs/heads/main/json-structure/core-auth-session-structure.json",
  "name": "AuthSession",
  "description": "AuthSession schema from Lunchbox Core API",
  "type": "object",
  "properties": {
    "customer_id": {
      "type": "int32",
      "example": 1234
    },
    "auth_cookie": {
      "type": "string",
      "example": "string"
    }
  }
}