/ping endpoint.
Introduction
Health Check
A health check can be performed on the API calling the
Returns an HTTP status 200 if the API is available.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/ping endpoint.
GET https://api.treasuryprime.com/ping
$ curl -u "$API_KEY_ID:$API_KEY_VALUE" https://api.treasuryprime.com/ping
{
"api_version": "1",
"version": "1.10.165-g284f828c",
"time": "2020-12-08T06:27:07.204Z"
}
Was this page helpful?