Otter · Example Payload

Public Api Upsert Storelink Event Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

credentialsSchemaVersioncredentialsstoreInfo

Example Payload

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