Otter · Example Payload

Public Api View Credential Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

keylabelvalueinputTypeselectOptions

Example Payload

Raw ↑
{
  "key": "userEmail",
  "label": "User Email",
  "value": "test-user@gmail.com",
  "inputType": "TEXT",
  "selectOptions": [
    "string"
  ]
}