WhatsApp · Example Payload

Whatsapp Flows Api Cursor Paging Example

Whatsapp Flows Api Cursor Paging Example is an example object payload from WhatsApp, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

cursorsnext

Example Payload

Raw ↑
{
  "cursors": {
    "before": "example_value",
    "after": "example_value"
  },
  "next": "example_value"
}