Update an outbound webhook endpoint
curl --request PATCH \
--url http://localhost:3001/v1/outbound-webhook-endpoints/{outboundWebhookEndpointId} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"url": "<string>",
"subscribedEvents": [
"<string>"
]
}
'{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"url": "<string>",
"subscribedEvents": [
"<string>"
],
"hasSigningSecret": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}๐ก Outbound Webhooks
Update an outbound webhook endpoint
PATCH
/
v1
/
outbound-webhook-endpoints
/
{outboundWebhookEndpointId}
Update an outbound webhook endpoint
curl --request PATCH \
--url http://localhost:3001/v1/outbound-webhook-endpoints/{outboundWebhookEndpointId} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"url": "<string>",
"subscribedEvents": [
"<string>"
]
}
'{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"url": "<string>",
"subscribedEvents": [
"<string>"
],
"hasSigningSecret": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Headers
Minimum string length:
1Minimum string length:
1Path Parameters
Minimum string length:
1Body
application/json
Response
Default Response
Available options:
active, disabled, deleted Available options:
true โI
