Otter · Schema

GetEnrollmentConfigResponse

Response body for GetEnrollmentConfig API call.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
enrollmentFields array The fields that can be passed into when creating a new loyalty user.
View JSON Schema on GitHub

JSON Schema

public-api-get-enrollment-config-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetEnrollmentConfigResponse",
  "description": "Response body for GetEnrollmentConfig API call.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-get-enrollment-config-response-schema.json",
  "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"
      }
    }
  }
}