Skip to Content
V1/api/v1/health

/api/v1/health

Overview

The health check endpoint is used to verify if the API server is running and responding correctly.

Request

Method: GET

URL

/api/health

Response

Success Response

{ "status": "ok" }

Status Code

  • 200 OK – The server is running and responding correctly.
Last updated on