curl --request GET \ --url https://external.nectarclimate.com/v2/ping \ --header 'X-API-KEY: <api-key>'
Copy
Ask AI
{ "detail": "<string>"}
Ping
Ping Test Endpoint
This endpoint allows users to test the server availability. Upon successful authentication, it returns a ‘pong’ message, indicating that the server is running and the user’s authentication credentials are valid.
GET
/
ping
Ping Test Endpoint
Copy
Ask AI
curl --request GET \ --url https://external.nectarclimate.com/v2/ping \ --header 'X-API-KEY: <api-key>'