Skip to main content

Health check

The collaboration server ships with a health check endpoint that you can use to verify the health of your server.

To access the health check, navigate to {server_url}/.well-known/apollo/server-health. A 200 response means the server is up and running. Any other response represents some error.

For example, if your server is running locally on port 3000 you would navigate to http://localhost:3000/.well-known/apollo/server-health.