Otter · Example Payload

Public Api Fetch Credentials Event Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Public Api Fetch Credentials Event Example is an example object payload from Otter, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

credentials

Example Payload

Raw ↑
{
  "credentials": [
    {
      "key": "email",
      "value": "test@email.com"
    },
    {
      "key": "password",
      "value": "test-pwd-1234"
    }
  ]
}