Check Instance Health
Check Instance Health
Check the current health status of a WhatsApp instance by its UUID to monitor connectivity and readiness.
GET
Check Instance Health
Check the current health status and connection state of your WhatsApp instance using its UUID.
Rate Limit
This endpoint is limited to 10 requests per minute to prevent abuse and ensure system stability.Response Fields
instance_id- The UUID of your WhatsApp instanceconnected_at- Timestamp when the instance was connectedstatus- Current status of the instance
Instance Status Values
STOPPED: Instance is stoppedSTARTING: Instance is starting upWORKING: Instance is running and ready to useSCAN_QR_CODE: Waiting for QR code to be scannedFAILED: Instance failed to startPENDING: Awaiting server assignment
Use Cases
- Monitor instance health in your dashboard
- Verify instance is ready before sending messages
- Troubleshoot connection issues
- Automated health checks in monitoring systems
Authorizations
Bearer token authentication. Example: Bearer 234|3uB2pBST2H6If8twXIeUaeNu23VJ8XassYoOVJuva48388e1
Headers
application/json
Example:
"application/json"
Path Parameters
Instance UUID copied from hypersender dashboard
Example:
"{{ instance_id }}"
Response
Successful response
Example:
"fa3d01c4-1234-4c0d-a12f-df319b612f8c"
Example:
"2025-05-26T10:12:45"
Instance status:
- STOPPED: Instance is stopped
- STARTING: Instance is starting
- WORKING: Instance is running and ready
- SCAN_QR_CODE: Waiting for QR code to be scanned
- FAILED: Instance failed to start
- PENDING: Awaiting server assignment
Available options:
STOPPED, STARTING, WORKING, SCAN_QR_CODE, FAILED, PENDING Example:
"WORKING"