Otter · Example Payload

Public Api View Credentials Array Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Public Api View Credentials Array 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

credentialsSchemaVersioncredentials

Example Payload

Raw ↑
{
  "credentialsSchemaVersion": {},
  "credentials": [
    {
      "key": "email",
      "label": "Email",
      "value": "foodstore@email.com"
    },
    {
      "key": "password",
      "label": "Password",
      "value": "test-pwd-1234"
    },
    {
      "key": "language",
      "label": "Choose the language",
      "inputType": "SELECT",
      "selectOptions": [
        "English",
        "Portuguese"
      ]
    },
    {
      "key": "supported_sizes",
      "label": "Choose all supported sizes",
      "inputType": "SELECT",
      "selectOptions": [
        "SMALL",
        "MEDIUM",
        "LARGE"
      ]
    }
  ]
}