Create a user-level webhook target
Create a webhook target for the current user that receives events across all projects.
Request body
If provided, webhook requests will be sent with a Basic Auth header.
A timestamp when this webhook target was created. You cannot change this value.
The webhook events which should fire this webhook target
The generated ID of this webhook target
The project ID of the project this webhook target belongs to
If provided, webhook requests will be signed using HMAC. Check out the docs about how to use this: https://vikunja.io/docs/webhooks/#signing
The target URL where the POST request with the webhook payload will be made
A timestamp when this webhook target was last updated. You cannot change this value.
The user ID if this is a user-level webhook (mutually exclusive with ProjectID)
Response
The created webhook target
If provided, webhook requests will be sent with a Basic Auth header.
A timestamp when this webhook target was created. You cannot change this value.
The webhook events which should fire this webhook target
The generated ID of this webhook target
The project ID of the project this webhook target belongs to
If provided, webhook requests will be signed using HMAC. Check out the docs about how to use this: https://vikunja.io/docs/webhooks/#signing
The target URL where the POST request with the webhook payload will be made
A timestamp when this webhook target was last updated. You cannot change this value.
The user ID if this is a user-level webhook (mutually exclusive with ProjectID)