TraderMemos
API 參考

Health

GET/healthz

Response Body

application/json

curl -X GET "https://example.com/healthz"
{  "status": "string",  "version": "string",  "go": "string",  "commit": "string"}
GET/api/v1/system/info

Authorization

bearerAuth
AuthorizationBearer <token>

Session JWT access token or personal access token (tm_pat_…).

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/system/info"
{  "version": "string",  "commit": "string",  "build_time": "2019-08-24T14:15:22Z",  "go": "string",  "started_at": "2019-08-24T14:15:22Z",  "uptime_sec": 0,  "db_driver": "sqlite",  "features": {    "property1": true,    "property2": true  }}