WhatsApp · JSON Structure

Whatsapp Flows Api Success Response Structure

SuccessResponse from WhatsApp API

Type: object Properties: 1

SuccessResponse is a JSON Structure definition published by WhatsApp, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

success

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/whatsapp/refs/heads/main/json-structure/whatsapp-flows-api-success-response-structure.json",
  "name": "SuccessResponse",
  "description": "SuccessResponse from WhatsApp API",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "example": true
    }
  }
}