Checking the provider's Endpoint URL availability

Periodic check of the provider's Endpoint URL availability.

  1. Smart home platform request format
  2. Provider response format
  3. Example

Smart home platform request format

The smart home platform can send a request to the provider's Endpoint URL (https://example.com/) from time to time.

HEAD https://example.com/v1.0

Provider response format

The provider must use the correct format to respond to the request received from Yango Smart Home.

HTTP/1.1 200 OK

Example

curl -i -X HEAD 'https://example.com/v1.0'