Part of lp.services.webhooks.webservice View In Hierarchy
| Int | id | Undocumented |
| Int | registrant_id | Undocumented |
| TextLine | secret | An optional string used to sign delivery bodies with HMAC-SHA1 in the X-Hub-Signature header. This must be less than 200 bytes long. |
| Method | getDelivery | Retrieve a delivery by ID, or None if it doesn't exist. |
| Method | ping | Send a test event. |
| Method | destroySelf | Delete this webhook. |
| Method | setSecret | Set the secret used to sign deliveries. |