v1

latestOpenAPI 3.0.02026-07-14181255304.7 KB
Business

Edit your Business Profile

The method allows you to edit information of your WhatsApp Business profile

post/business

Request body

addressstring

Address of the business Maximum of 256 characters

descriptionstring

Description of the business Maximum of 256 characters

emailstring

Email address to contact the business Maximum of 128 characters

websitesstring[]

URLs associated with business (e.g., website, Facebook page, Instagram) Maximum of 2 websites with a maximum of 256 characters each

Example request

{
  "hours": {
    "timeZone": "Europe/Bucharest",
    "config": [
      {
        "day": "mon",
        "mode": "open_24h",
        "openTime": 540,
        "closeTime": 960
      }
    ]
  }
}

Response

OK

successboolean