Skip to main content
GET
/
api
/
v1
/
health
Health check
curl --request GET \
  --url https://ai-loop.alpeadria.com/api/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "message": "ok"
}
Returns the status of the API.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Service is healthy.

message
string