Skip to main content
GET
/
api
/
health
Check API health status
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

The API service is operational.

message
string
required

The health status message.

Example:

"Healthy"

I