Create Webhook
POST /v0/webhooks HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 14
{
"url": "text"
}Last updated
POST /v0/webhooks HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 14
{
"url": "text"
}Last updated
{
"id": "text",
"url": "text",
"status": "text",
"created_at": "2026-02-02T01:11:44.576Z"
}