Skip to main content
Vintl home page
Search docs...
⌘K
Health
GET
Liveness probe
GET
Readiness probe
Auth
GET
Auth test
Treasury
GET
List treasury yield rates
GET
Full yield curve for a date
GET
Yield spread over time
Series
GET
Search and list available series
GET
Series metadata
Macro
GET
Get observations for a series
GET
Revision history for one observation
Insider
GET
List insider transaction filings
GET
Detect insider buying clusters
Vintl home page
Search docs...
⌘K
Ask AI
Search...
Navigation
Health
Liveness probe
Documentation
API Reference
Documentation
API Reference
Health
Liveness probe
GET
https://api.vintl.io
http://localhost:8080
/
healthz
Try it
Liveness probe
cURL
curl
--request
GET
\
--url
https://api.vintl.io/healthz
200
{
"status"
:
"ok"
}
Response
200 - application/json
Server is alive
Last modified on April 2, 2026
Readiness probe
Checks Postgres and Redis connectivity
Next
⌘I
Liveness probe
cURL
curl
--request
GET
\
--url
https://api.vintl.io/healthz
200
{
"status"
:
"ok"
}
Assistant
Responses are generated using AI and may contain mistakes.