cURL
curl --request GET \ --url https://api.crunchz.app/api/channel/health \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "name": "<string>", "code": "<string>", "status": "<string>", "up_time": "<string>", "start_at": "<string>", "timestamp": "<string>", "phone": { "name": "<string>", "number": 123 } } }
Check the health and connectivity status of your WhatsApp channel to ensure optimal message delivery performance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
HealthResource
The success status of response.
The message of response.
Show child attributes
Was this page helpful?