cURL
curl --request GET \ --url https://api.example.com/api/servers/health \ --header 'Authorization: Bearer <token>'
{ "data": { "message": "/api/servers/health ok" } }
Enter your API key here
Servers API is healthy
Show child attributes
Was this page helpful?