mirror of
https://github.com/stoatchat/rust-mollie-sdk.git
synced 2026-07-01 05:09:43 -04:00
1.2 KiB
1.2 KiB
CreateWebhook
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| resource | String | Indicates the response contains a webhook subscription object. Will always contain the string webhook for this endpoint. |
[readonly] |
| id | String | The identifier uniquely referring to this subscription. | [readonly] |
| url | String | The subscription's events destination. | |
| profile_id | Option<String> | The identifier uniquely referring to the profile that created the subscription. | [readonly] |
| created_at | String | The subscription's date time of creation. | [readonly] |
| name | String | The subscription's name. | |
| event_types | Vecmodels::WebhookEventTypesResponse | The events types that are subscribed. | |
| status | models::WebhookStatus | ||
| mode | models::Mode | ||
| webhook_secret | String | The subscription's secret. | |
| _links | models::EntityWebhookLinks |