cURL
curl --request GET \ --url https://events.newscatcherapi.xyz/api/health \ --header 'x-api-token: <api-key>'
{ "message": "Healthy" }
Checks if the API service is operational.
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.
x-api-token
The API service is operational.
The response is of type object.
object
Was this page helpful?