Graph API Version

    Whats App Business Phone Number Business Compliance Info

    Get or update a WhatsApp Business Phone Number's India-based business compliance information.

    Business compliance data is only exposed in the WhatsApp app and the WhatsApp Business app, and only if the app user's phone number is India-based (it begins with +91).

    Reading

    Get a WhatsApp Business Phone Number's India-based business compliance information.

    Requirements

    TypeDescription

    Access Tokens

    User or System User

    Permissions

    whatsapp_business_management

    Request Syntax

    GET /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/business_compliance_info

    Path Parameters

    PlaceholderDescriptionSample Value

    <WHATSAPP_BUSINESS_PHONE_NUMBER_ID>

    WhatsApp business phone number ID.

    106540352242922

    Response

    Default fields on a BusinessComplianceInfoSanitized node.

    Sample Request

    curl 'https://graph.facebook.com/v19.0/106540352242922/business_compliance_info' \
    -H 'Authorization: Bearer EAAJB...'
    

    Sample Response

    {
      "data": [
        {
          "entity_name": "Lucky Shrub",
          "entity_type": "Partnership",
          "is_registered": true,
          "grievance_officer_details": {
            "name": "Chandravati P.",
            "email": "chandravati@luckyshrub.com",
            "landline_number": "+913857614343",
            "mobile_number": "+913854559033"
          },
          "customer_care_details": {
            "email": "support@luckyshrub.com",
            "landline_number": "+913857614343",
            "mobile_number": "+913854559033"
          },
          "messaging_product": "whatsapp"
        }
      ]
    }

    Parameters

    This endpoint doesn't have any parameters.

    Fields

    Reading from this edge will return a JSON formatted result:

    { "data": [], "paging": {} }

    data

    A list of BusinessComplianceInfoSanitized nodes.

    paging

    For more details about pagination, see the Graph API guide.

    Error Codes

    ErrorDescription
    100Invalid parameter
    104Incorrect signature

    Creating

    You can't perform this operation on this endpoint.

    Updating

    You can't perform this operation on this endpoint.

    Deleting

    You can't perform this operation on this endpoint.