v1
latestOpenAPI 3.1.02026-07-1353090.4 KBWebhooks
Add a Webhook Endpoint
post/v1/webhook/endpoint.add
Request body
Response
200
Example response
{
"code": 100,
"data": {
"endpoint_id": "038fb5f9a62d48e5af08834d20404606",
"username": "123456",
"url": "https://helloworld.com",
"status": "enabled",
"secret": "whsec_123456",
"created_at": "2023-04-03T05:40:46.769845"
}
}