curl --request GET \ --url https://external.nectarclimate.com/v2.2/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 for v2.2 endpoints. Upon successful authentication, it returns a ‘pong v2.2’ 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.2/ping \ --header 'X-API-KEY: <api-key>'