cURL
curl --request GET \ --url https://api.pmxt.dev/health \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "timestamp": 123 }
Required when calling the hosted API directly (curl, requests, fetch). SDK users pass credentials via constructor params instead.
Server is consistent and running.
"ok"
Was this page helpful?