v1
latestOpenAPI 3.1.02026-07-1353090.4 KBWebhooks
Update a Webhook Endpoint
update an existing webhook endpoint
patch/v1/webhook/endpoint.update
Request body
Response
200
Example response
{
"code": 100,
"data": {
"endpoint_id": "123456",
"url": "https://helloworld.com",
"secret": "whsec_123456",
"status": "enabled",
"username": "123456",
"created_at": "2023-04-03T05:40:47"
}
}