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

Enables the webhook posting for a previously Suspended controller

Request Information

URI Parameters

NameDescriptionTypeAdditional information
APIKey

The API key provided

string

Required

ControllerID

The ControllerID of the unit you want to enable

string

Required

Body Parameters

None.

Response Information

Resource Description

The system will return a message of "Success" if there is no problem

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>