VerifyV2Webhook

post/v2/Services/{ServiceSid}/Webhooks/{Sid}

Path parameters

ServiceSidstring required

The unique SID identifier of the Service.

Sidstring required

The Twilio-provided string that uniquely identifies the Webhook resource to update.

Response

OK

sidstring nullable

The unique string that we created to identify the Webhook resource.

service_sidstring nullable

The unique SID identifier of the Service.

account_sidstring nullable

The SID of the Account that created the Service resource.

friendly_namestring nullable

The string that you assigned to describe the webhook. This value should not contain PII.

event_typesstring[] nullable

The array of events that this Webhook is subscribed to. Possible event types: *, factor.deleted, factor.created, factor.verified, challenge.approved, challenge.denied

status'enabled' | 'disabled'

The webhook status. Default value is enabled. One of: enabled or disabled

version'v1' | 'v2'

The webhook version. Default value is v2 which includes all the latest fields. Version v1 is legacy and may be removed in the future.

webhook_urlstring uri nullable

The URL associated with this Webhook.

webhook_method'GET' | 'POST'

The method to be used when calling the webhook's URL.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

urlstring uri nullable

The absolute URL of the Webhook resource.

Changes

Changed in 1 of the 52 revisions of this API.1