Health check
Health check endpoint for the API.
Authorization
bearerAuth AuthorizationBearer <token>
Personal access token generated in the admin dashboard.
In: header
Response Body
application/json
application/json
curl -X GET "http://localhost:8000/api/health"{
"status": "ok"
}{
"message": "string"
}