WA Client
GET

Get Business Profile

Get WhatsApp Business profile.

API endpoint
https://waclient.com/api/get_business_profile
Example:
curl -X GET \
  'https://waclient.com/api/get_business_profile' \
  -G \
  --data-urlencode 'instance_id=6A4B02A1XXXX' \
  --data-urlencode 'access_token=EMCUH3NQQK8YXXXX'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "description": "My Business",
        "email": "[email protected]"
    }
}
ParameterDescription
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc