Legacy CHEESE API

Health Check

Suggest an edit
GET
/test

Health check endpoint to verify the status of the API.

This endpoint can be used to ensure that the API is running and responsive. It returns a simple status message.

Returns:

  • A JSON response with a status message indicating the health of the API.

Authorization

APIKeyHeader
X-API-Key<token>

In: header

Response Body

application/json

curl -X GET "https://example.com/test"
null