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