Webhooks
View webhooks
client.stream.webhooks.get(WebhookGetParams { account_id } params, RequestOptionsoptions?): WebhookGetResponse
GET/accounts/{account_id}/stream/webhook
Create webhooks
client.stream.webhooks.update(WebhookUpdateParams { account_id, notificationUrl } params, RequestOptionsoptions?): WebhookUpdateResponse
PUT/accounts/{account_id}/stream/webhook
Delete webhooks
client.stream.webhooks.delete(WebhookDeleteParams { account_id } params, RequestOptionsoptions?): WebhookDeleteResponse
DELETE/accounts/{account_id}/stream/webhook