GET /readyz
Service: community · operationId: (none)
Required scopes
(no scope declared — review service config)
Responses
200 Service ready
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok"
]
},
"database": {
"type": "string",
"enum": [
"ok"
]
},
"bus": {
"type": "string",
"enum": [
"ok"
]
}
},
"required": [
"status",
"database",
"bus"
]
}Example
curl -X GET https://community.platform.loop.health/readyz \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/community— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced