# Fetch a specific Webhook **GET /v2/Services/{ServiceSid}/Webhooks/{Sid}** Fetch a specific Webhook. TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **ServiceSid** (string) The unique SID identifier of the Service. - **Sid** (string) The Twilio-provided string that uniquely identifies the Webhook resource to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **date_created** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was last updated - **event_types** (array[string] | null) The array of events that this Webhook is subscribed to. - **friendly_name** (string | null) The string that you assigned to describe the webhook - **service_sid** (string | null) Service Sid. - **sid** (string | null) The unique string that identifies the resource - **status** (string | null) The webhook status - **url** (string(uri) | null) The absolute URL of the Webhook resource - **version** (string | null) The webhook version - **webhook_method** (string | null) The method used when calling the webhook's URL. - **webhook_url** (string(uri) | null) The URL associated with this Webhook. [Powered by Bump.sh](https://bump.sh)