Skip to main content
GET
/
health
Server Health Check
curl --request GET \
  --url https://api.pmxt.dev/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "timestamp": 123
}

Authorizations

Authorization
string
header
required

Required when calling the hosted API directly (curl, requests, fetch). SDK users pass credentials via constructor params instead.

Response

200 - application/json

Server is consistent and running.

status
string
Example:

"ok"

timestamp
integer<int64>