Skip to content
Start here

Webhooks

View webhooks
GET/accounts/{account_id}/stream/webhook
Create webhooks
PUT/accounts/{account_id}/stream/webhook
Delete webhooks
DELETE/accounts/{account_id}/stream/webhook
ModelsExpand Collapse
WebhookGetResponse { modified, notification_url, notificationUrl, secret }
modified: optional string

The date and time the webhook was last modified.

formatdate-time
notification_url: optional string

The URL where webhooks will be sent.

formaturi
notificationUrl: optional string

The URL where webhooks will be sent.

formaturi
secret: optional string

The secret used to verify webhook signatures.

WebhookUpdateResponse { modified, notification_url, notificationUrl, secret }
modified: optional string

The date and time the webhook was last modified.

formatdate-time
notification_url: optional string

The URL where webhooks will be sent.

formaturi
notificationUrl: optional string

The URL where webhooks will be sent.

formaturi
secret: optional string

The secret used to verify webhook signatures.

WebhookDeleteResponse = string