Logo
Accusoft API Documentation

Administration (Self-Hosted)

Number of APIs: 3


1. Get Health

GET {{pas_base_url}}/health

NOTE: For a Kubernetes cluster, see Checking PrizmDoc Viewer Kubernetes Cluster Health.

https://help.accusoft.com/PrizmDoc/latest/HTML/health.html#get-health



2. Get Services Connection

GET {{pas_base_url}}/servicesConnection

NOTE: A successful response only indicates whether PAS is able to communicate with PrizmDoc Server; it does not mean that PrizmDoc Server instances themselves are healthy. To check the health of PrizmDoc Server instances, use the PrizmDoc Server Health REST API.

https://help.accusoft.com/PrizmDoc/latest/HTML/health.html#get-servicesconnection



3. Get Info

GET {{pas_base_url}}/info

NOTE: We recommend using GET /health API when checking PAS health automatically.

https://help.accusoft.com/PrizmDoc/latest/HTML/health.html#get-info



ENDPOINTS