WA Client
POST

Reconnect Account

Refreshes profile name, phone, and avatar from Meta Graph API without logging out.

API endpoint
https://waclient.com/api/reconnect_cloud_account
Example:
curl -X POST \
  'https://waclient.com/api/reconnect_cloud_account' \
  -H 'Content-Type: application/json' \
  --data '{
    "instance_id": "META68B6ED90CXXXX",
    "access_token": "EMCUH3NQQK8YXXXX",
    "refresh_avatar": "1"
}'
Response
{
    "status": "success",
    "message": "Cloud account profile refreshed successfully",
    "data": {
        "instance_id": "META68B6ED90CXXXX",
        "name": "waclient",
        "phone": "+1 307-XXX-XXXX",
        "connection_state": "connected",
        "platform": "meta_cloud"
    }
}
ParameterDescription
instance_idMeta Cloud instance ID (META prefix)
access_tokenYour access token
refresh_avatarSet to 1 or true to re-download the avatar (Optional)

Command Palette

Search documentation endpoints.

Esc