Fetch a specific Webhook
TODO: Resource-level docs
Fetch a specific Webhook.
Path parameters
-
The unique SID identifier of the Service.
-
The Twilio-provided string that uniquely identifies the Webhook resource to fetch.
GET /v2/Services/{ServiceSid}/Webhooks/{Sid}
curl \
-X GET https://verify.twilio.com/v2/Services/{ServiceSid}/Webhooks/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"event_types": [
"string"
],
"friendly_name": "string",
"service_sid": "string",
"sid": "string",
"status": "enabled",
"url": "https://example.com",
"version": "v1",
"webhook_method": "GET",
"webhook_url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"event_types": [
"string"
],
"friendly_name": "string",
"service_sid": "string",
"sid": "string",
"status": "enabled",
"url": "https://example.com",
"version": "v1",
"webhook_method": "GET",
"webhook_url": "https://example.com"
}