Skip to main content
GET
https://partners-backend-1038109371738.europe-west1.run.app
/
api
/
v1
/
healthcheck
curl "https://partners-backend-1038109371738.europe-west1.run.app/api/v1/healthcheck"
{
  "message": "OK",
  "version": "0.1.0",
  "time": "2024-01-20T15:30:00Z"
}

Description

Health check endpoint to verify the API is running and accessible.

Response

message
string
Health status message
version
string
API version
time
string
Current server time (ISO format)
curl "https://partners-backend-1038109371738.europe-west1.run.app/api/v1/healthcheck"
{
  "message": "OK",
  "version": "0.1.0",
  "time": "2024-01-20T15:30:00Z"
}