Create a webhook
Creates a webhook subscription.
Authorizations
Username = api_key_id, Password = api_key_secret
Body
Webhook events to include in the webhook subscription.
Your name for the webhook subscription.
Where you want to receive webhook delivery. This can be either a backend URL that you manage, or a URL provided by a webhook management service. Argyle handles URL encoding for webhook URLs. Send the URL in its normal, unencoded form.
Optional secret used to verify webhooks.
Optional event-specific configuration for the webhook subscription. (Only applicable to certain webhooks)
Response
ID of the webhook subscription.
Name of the webhook subscription.
Webhook events included in the webhook subscription.
Event-specific configuration for the webhook subscription.
Secret used to verify webhooks, if provided.
URL where webhook deliveries are sent.
Time when the webhook subscription was created.
Time when the webhook subscription was last updated.
Last time Argyle sent the webhook. A null value means the webhook has not been sent.