Reconnect a Session
View All WhatsApp Messaging API APIs →Explicitly reconnect a session that has saved credentials but is currently offline, and return its latest status. Use it to recover a dropped connection on demand instead of waiting for the lazy reconnect that other endpoints trigger automatically. No request body is required.
API Features
On-demand reconnect Immediately re-establishes a dropped connection using stored credentials
Status feedback Returns the session's latest status after the reconnect attempt
No body needed A single empty POST is enough — no payload to construct
Live API Demo
🔒 Sign in to try it live
Log in to call this API with your own API key. New accounts get 100 free credits — no card required.
Log in / Sign upNo active API key found. Create one in your Dashboard, then reload this page. Dashboard →
POST
/api/project/whatsapp-messaging/connect-session API Response (JSON)
{} Query Result
Need Help?
If you encounter API issues or need other API requirements, please contact us.
Use Cases
- Recover a session in a scheduled keep-alive job
- Reconnect before a time-sensitive notification blast
- Provide a manual 'reconnect' button in an admin console