GET api/WebHookStatus?APIKey={APIKey}&ControllerID={ControllerID}

This will return the current webhook status of the controller

Request Information

URI Parameters

NameDescriptionTypeAdditional information
APIKey

The API key provided

string

Required

ControllerID

The ControllerID of the unit you want to suspend

string

Required

Body Parameters

None.

Response Information

Resource Description

The system will return a message of "Enabled" or "Suspended" based on the current status of the unit.

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>