get
Health check endpoint
Returns health status and current timestamp.
PublicApi
Endpoint | /health |
Method | get |
Plan Required | FREE |
Authorization | Bearer Token required |
Permissions | READ |
Content-Type | application/json |
/health
READ
application/json
API Tester(Loading...)
Loading API token configuration...
Payload
This endpoint does not require any parameters.
Response
200API service health status
Field | Type | Description / Example |
---|---|---|
status | string | ok |
timestamp | string | 2023-12-01T10:00:00.000Z |
status
ok
timestamp
2023-12-01T10:00:00.000Z
401Unauthorized - Invalid or missing API token
No response details available
Expected Response
JSON
{
"status": "ok",
"timestamp": "2023-12-01T10:00:00.000Z"
}
API Access Token
Base URL
https://api.5chat.io