Function: cmd_retrv_webhooks Version: 20.0
response
{ "url": "", "state": "", "events": [ { "name": "", "id": "", "subscribed": true } ] }
Key |
Type |
Description |
---|---|---|
url |
string |
The url of the webhook. |
state |
string |
Indicates the current state of the webhook. Further details on the various states of a webhook can be found here. |
events |
object |
The list of events the webhook has available. |
events.name |
string |
The name of the event. |
events.id |
string |
The id of the event. |
events.subscribed |
boolean |
Indicates if the server is currently subscribed to the event. If the event has a subscription then the webhook server will start to receive this event when one occurs. |