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