Logic Server Status
Logic provides multiple ways to check the status of its servers. You can check the status of the Logic API server via the API healthcheck endpoint, or you can check the status of the Logic platform via the Logic Status Page.Status Website

Healthcheck
The healthcheck endpoint is used to check the connection to the Logic server. It returns a 200 OK response if the server is reachable and functioning properly. It can be useful for troubleshooting API issues. If you get a200 OK
response, it means that the server is up and running, and you are able to reach it. If you get a different response, it may indicate that there is a problem with the server or your connection to it.
You can run the healthcheck command by executing the following in your terminal:
Example Response
This API call does not require any authorization or API key.