WhatsApp Business API
  1. Business Profile
WhatsApp Business API
  • Registration
    • Request-Code
      POST
    • Register-Account
      POST
  • Application
    • Set-Shards
      POST
    • Reset-Application-Settings
      DELETE
    • Get-Application-Settings
      GET
    • Update-Application-Settings
      PATCH
    • Get-Media-Providers
      GET
    • Update-Media-Providers
      POST
    • Delete-Media-Providers
      DELETE
  • Certificates
    • Upload-Certificate
      POST
    • Download-CA-Certificate
      GET
    • Delete Webhook CA Certificate
      DELETE
    • Download Webhook CA Certificate
      GET
    • Upload Webhook CA Certificate
      POST
  • Contacts
    • Check-Contact
      POST
  • Groups
    • Get-All-Groups
      GET
    • Create-Group
      POST
    • Get-Group-Info
      GET
    • Update-Group-Info
      PUT
    • Demote-Group-Admin
      DELETE
    • Promote-To-Group-Admin
      PATCH
    • Delete-Group-Icon
      DELETE
    • Get-Group-Icon-Binary
      GET
    • Set-Group-Icon
      POST
    • Delete-Group-Invite
      DELETE
    • Get-Group-Invite
      GET
    • Leave-Group
      POST
    • Remove-Group-Participant
      DELETE
  • Health
    • Check-Health
    • Get-Metrics (since v2.21.3)
    • Get-App-Stats
    • Get-DB-Stats
    • Get-Support-Info
  • Media
    • Upload-Media
    • Delete-Media
    • Download-Media
  • Messages
    • Send-Message
    • Mark-Message-As-Read
  • Two-Step Verification
    • Disable-Two-Step
    • Enable-Two-Step
  • Backup
    • Restore
      • Backup-Settings
      • Restore-Settings
  • Business Profile
    • Get-Business-Profile
      GET
    • Update-Business-Profile
      POST
  • Profile
    • Get-Profile-About
    • Update-Profile-About
    • Get-Profile-Photo
    • Update-Profile-Photo
  • Users
    • Create-User
    • Login-User
    • Logout-User
    • Delete-User
    • Get-User
    • Update-User
  • Delete-Profile-Photo
    DELETE
  1. Business Profile

Update-Business-Profile

http://whatsapp.local
http://whatsapp.local
http://whatsapp.local
http://whatsapp.local
POST
/settings/business/profile
Business Profile
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://whatsapp.local/settings/business/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
    "address": "<Business Profile Address>",
    "description": "<Business Profile Description>",
    "email": "<Business Profile Email>",
    "vertical": "<Business Profile Vertical>",
    "websites": [
        "https://www.whatsapp.com",
        "https://www.facebook.com"
    ]
}'
Response Response Example
{}

Request

Body Params application/json
address
string 
required
Address of the business
Maximum of 256 characters
description
string 
required
Description of the business
Maximum of 256 characters
email
string 
required
Email address to contact the business
Maximum of 128 characters
vertical
string 
required
Industry of the business
Maximum of 128 characters
websites
array[string]
required
URLs associated with business (e.g., website, Facebook page, Instagram)
Maximum of 2 websites with a maximum of 256 characters each
Examples

Responses

🟢200Success
application/json
Body
object {0}
Modified at 2023-08-15 03:06:39
Previous
Get-Business-Profile
Next
Get-Profile-About
Built with