WhatsApp · Example Payload

Whatsapp Business Management Api Cursor Paging Example

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

Top-level fields

cursorsnextprevious

Example Payload

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