Otter · Example Payload

Public Api Event Callback Error Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Public Api Event Callback Error Example is an example object payload from Otter, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

errorCodeerrorMessage

Example Payload

Raw ↑
{
  "errorCode": "NOT_FOUND",
  "errorMessage": "The store was not found."
}