Otter · JSON Structure

Public Api Get Enrollment Config Response Structure

Response body for GetEnrollmentConfig API call.

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

GetEnrollmentConfigResponse is a JSON Structure definition published by Otter, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

enrollmentFields

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/otter/refs/heads/main/json-structure/public-api-get-enrollment-config-response-structure.json",
  "name": "GetEnrollmentConfigResponse",
  "description": "Response body for GetEnrollmentConfig API call.",
  "type": "object",
  "properties": {
    "enrollmentFields": {
      "type": "array",
      "description": "The fields that can be passed into when creating a new loyalty user.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-enrollment-field-schema.json"
      }
    }
  }
}