GET
/
api
/
health
curl --request GET \
  --url https://events.newscatcherapi.xyz/api/health \
  --header 'x-api-token: <api-key>'
{
  "message": "Healthy"
}

Authorizations

x-api-token
string
header
required

API Key to authenticate requests.

To access the API, include your API key in the x-api-token header. To obtain your API key, complete the form or contact us directly.

Response

200
application/json
The API service is operational.
message
string
required

The health status message.