listWebhooks(string apikey, string id)
Return the Webhooks configured for the given list
| Section | List Related |
|---|
| Parameters | |
|---|---|
| apikey | a valid API Key for your user account. Get by visiting your API dashboard |
| id | the list id to connect to. Get by calling lists() |
| Returns | |
|---|---|
| array | list of webhooks |
| Returned Fields | string | url | the URL for this Webhook | array | actions | the possible actions and whether they are enabled | array | sources | the possible sources and whether they are enabled |
|---|