The webhook subscription data model
Name | Type | Description | Notes |
---|---|---|---|
id | int | The unique identifier | |
create_time | datetime | The create time | |
update_time | datetime | The last update time | |
application | str | The external application name. | |
url | str | The webhook endpoint URL. | |
secret | str | The basic auth secret for the webhook endpoint. | |
data_type | XiqSubscriptionDataType | ||
message_type | XiqSubscriptionMessageType | ||
status | XiqSubscriptionStatus |