Skip to main content

Status request

Returns server status information for monitoring the service. A HTTP status code beginning with the 2XX pattern (e.g., 200 OK) indicates that the server is up and running, while a code of 4XX or 5XX indicates errors (e.g., 500 Server Error).

Data returned in the HTTP body is subject to change in future versions and is not part of the official API.

HTTP format​

GET https://api.theca.com/v1/status

Example request​

GET https://api.theca.com/v1/status HTTP/1.1
Theca-Client-Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
HTTP/1.1 204 No Content