WebhooksClient
TheWebhooksClient provides methods for managing webhook configurations and stream links.
create
Creates a new webhook configuration.Request body containing webhook configuration details.
Response containing the created webhook configuration.
get
Get a list of webhook configs associated with a client app.A comma separated list of WebhookConfig fields to display.
Response containing webhook configurations.
validate
Triggers a CRC check for a given webhook.The ID of the webhook to check.
Response containing validation results.
delete
Deletes an existing webhook configuration.The ID of the webhook to delete.
Response confirming the webhook was deleted.