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
The name of the channel.
The code of the channel.
The status of the channel.
The uptime date of the channel.
The start date of the channel.
The phone name of the representative phone inside channel.
The phone number of the representative phone inside channel.
Was this page helpful?