Unicat API Reference

Up - API Reference - Home


/api/ping

Check if the service is up and running.

Note: this only checks the api server, not the underlying databases or other required services.

Request

GET /api/ping

Success response

A simple HTTP 200 Ok, no data.

Error response

Anything other than the success response means something is wrong. The service could be down, unreachable because of a firewall or a failed network connection.