POST
Edit Business Profile
Update business profile fields (address, email, hours, websites).
API endpoint
https://waclient.com/api/edit_business_profileExample:
curl -X POST \
'https://waclient.com/api/edit_business_profile' \
-H 'Content-Type: application/json' \
--data '{
"description": "My Business",
"email": "[email protected]",
"instance_id": "6A4B02A1XXXX",
"access_token": "EMCUH3NQQK8YXXXX"
}'Response
{
"status": "success",
"message": "Success",
"data": {
"updated": true
}
}| Parameter | Description |
|---|---|
| description | Business description (Optional) |
| Business email (Optional) | |
| address | Business address (Optional) |
| instance_id | Your instance ID |
| access_token | Your access token |