WhatsApp · JSON Structure

Whatsapp Business Management Api Whats App Business Account Structure

WhatsAppBusinessAccount from WhatsApp API

Type: object Properties: 11

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

Properties

id name currency timezone_id country status business_verification_status message_template_namespace owner_business primary_funding_id purchase_order_number

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-business-management-api-whats-app-business-account-structure.json",
  "name": "WhatsAppBusinessAccount",
  "description": "WhatsAppBusinessAccount from WhatsApp API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "wamid.abc123"
    },
    "name": {
      "type": "string",
      "example": "Example Business"
    },
    "currency": {
      "type": "string",
      "example": "example_value"
    },
    "timezone_id": {
      "type": "string",
      "example": "wamid.abc123"
    },
    "country": {
      "type": "string",
      "example": "example_value"
    },
    "status": {
      "type": "string",
      "enum": [
        "ACTIVE",
        "INACTIVE"
      ],
      "example": "ACTIVE"
    },
    "business_verification_status": {
      "type": "string",
      "example": "sent"
    },
    "message_template_namespace": {
      "type": "string",
      "example": "Example Business"
    },
    "owner_business": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      }
    },
    "primary_funding_id": {
      "type": "string",
      "example": "wamid.abc123"
    },
    "purchase_order_number": {
      "type": "string",
      "example": "example_value"
    }
  }
}