---
title: "POST /v1/Conversations/{ConversationSid}/Webhooks/{Sid}"
method: POST
path: "/v1/Conversations/{ConversationSid}/Webhooks/{Sid}"
---

# POST /v1/Conversations/{ConversationSid}/Webhooks/{Sid}

`POST /v1/Conversations/{ConversationSid}/Webhooks/{Sid}`

Update an existing conversation-scoped webhook

## Path parameters

- `ConversationSid` string, required
- `Sid` string, required

## Response `200`

OK

- ConversationsV1ConversationConversationScopedWebhook
  - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation.
  - `configuration` unknown
  - `conversation_sid` string, nullable — The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.
  - `date_created` string, date-time, nullable — The date that this resource was created.
  - `date_updated` string, date-time, nullable — The date that this resource was last updated.
  - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
  - `target` string, nullable — The target of this webhook: `webhook`, `studio`, `trigger`
  - `url` string, uri, nullable — An absolute API resource URL for this webhook.

---

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