---
title: "Create a new Webhook for the Service"
method: POST
path: "/v2/Services/{ServiceSid}/Webhooks"
tags: ["VerifyV2Webhook"]
---

# Create a new Webhook for the Service

`POST /v2/Services/{ServiceSid}/Webhooks`

Create a new Webhook for the Service

## Path parameters

- `ServiceSid` string, required

## Response `201`

Created

- VerifyV2ServiceWebhook
  - `sid` string, nullable — The unique string that we created to identify the Webhook resource.
  - `service_sid` string, nullable — The unique SID identifier of the Service.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource.
  - `friendly_name` string, nullable — The string that you assigned to describe the webhook. **This value should not contain PII.**
  - `event_types` string[], 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_url` string, uri, nullable — The URL associated with this Webhook.
  - `webhook_method` 'GET' | 'POST' — The method to be used when calling the webhook's URL.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `url` string, uri, nullable — The absolute URL of the Webhook resource.

## Changes

- **2023-08-10** (v2) `fb6ded97d73f` — 1 info
  - api tag `VerifyV2Webhook` added

[Change history](https://skmtc.dev/twilio/apis/verify-v2/changes/v2/Services/:ServiceSid/Webhooks/post.md)

---

[API](https://skmtc.dev/twilio/apis/verify-v2.md) · [All operations](https://skmtc.dev/twilio/apis/verify-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/verify-v2/revisions/995c3e7a8bfb/schema)
