---
title: "GET /v2/Services/{ServiceSid}/Webhooks/{Sid}"
method: GET
path: "/v2/Services/{ServiceSid}/Webhooks/{Sid}"
---

# GET /v2/Services/{ServiceSid}/Webhooks/{Sid}

`GET /v2/Services/{ServiceSid}/Webhooks/{Sid}`

Fetch a specific Webhook.

## Path parameters

- `ServiceSid` string, required
- `Sid` string, required

## Response `200`

OK

- VerifyV2ServiceWebhook
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource.
  - `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.
  - `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`
  - `friendly_name` string, nullable — The string that you assigned to describe the webhook. **This value should not contain PII.**
  - `service_sid` string, nullable — The unique SID identifier of the Service.
  - `sid` string, nullable — The unique string that we created to identify the Webhook resource.
  - `status` 'enabled' | 'disabled'
  - `url` string, uri, nullable — The absolute URL of the Webhook resource.
  - `version` 'v1' | 'v2'
  - `webhook_method` 'GET' | 'POST'
  - `webhook_url` string, uri, nullable — The URL associated with this Webhook.

---

[API](https://skmtc.net/twilio/apis/twilio-verify-v2.md) · [All operations](https://skmtc.net/twilio/apis/twilio-verify-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-verify-v2/versions/b85b5e38502c/schema)
