GET
/
channel
/
health
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": "WORKING",
    "up_time": "<string>",
    "start_at": "<string>",
    "timestamp": "<string>",
    "phone": {
      "name": "<string>",
      "number": 123
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

HealthResource

The response is of type object.