The Kobble API provides a health check endpoint at GET /customers/v1/health for monitoring system availability. Use this endpoint for availability monitoring instead of querying business endpoints.
When status is DEGRADED, review the services object to understand which operations might be impacted
Request
None
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location'/customers/v1/health'
Responses
🟢200OK
application/json
Platform is UP or DEGRADED (some services still functional). Responses are cached for up to 15 minutes; a fresh probe only runs once the cached result expires.