Skip to main content
GET
/
gateway
/
health
Health Check
curl --request GET \
  --url https://spark.test.woodcore.co/api/v2/gateway/health \
  --header 'Authorization: Bearer <token>'
Check the health status of the API gateway. This endpoint can be used to monitor the availability and status of the service.
This is a public endpoint that doesn’t require authentication.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.