WA Client
POST

Relogin Account

Re-authenticates a logged-out account with a new Meta access token.

API endpoint
https://waclient.com/api/relogin_cloud_account
Example:
curl -X POST \
  'https://waclient.com/api/relogin_cloud_account' \
  -H 'Content-Type: application/json' \
  --data '{
    "instance_id": "META68B6ED90CXXXX",
    "access_token": "EMCUH3NQQK8YXXXX",
    "meta_access_token": "EAAxxxx",
    "phone_number_id": "9029377795XXXXX",
    "business_account_id": "8772623583XXXXX"
}'
Response
{
    "status": "success",
    "message": "WhatsApp cloud account re-login completed successfully",
    "instance_id": "META68B6ED90CXXXX",
    "meta_webhook_url": "https://waclient.com/api/webhook/META68B6ED90CXXXX",
    "data": {
        "instance_id": "META68B6ED90CXXXX",
        "connection_state": "connected",
        "relogin_required": false,
        "platform": "meta_cloud"
    }
}
ParameterDescription
instance_idMeta Cloud instance ID (META prefix)
access_tokenYour access token
meta_access_tokenNew Meta Graph API access token
phone_number_idOptional if already stored on the account (Optional)
business_account_idOptional if already stored on the account (Optional)

Command Palette

Search documentation endpoints.

Esc