curl --request GET \
--url https://external.nectarclimate.com/v2.2/ping \
--header 'X-API-KEY: <api-key>'
{
"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
curl --request GET \
--url https://external.nectarclimate.com/v2.2/ping \
--header 'X-API-KEY: <api-key>'