Nuxa
Api referenceWorkflowsApiWorkflowsIdLog webhook

POST /api/workflows/{id}/log-webhook

POST
/api/workflows/{id}/log-webhook

Authorization

sessionAuth
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Path Parameters

id*string

The id parameter

Request Body

application/json

url*string
Formaturi
secret?string
includeFinalOutput?boolean
Defaultfalse
includeTraceSpans?boolean
Defaultfalse
includeRateLimits?boolean
Defaultfalse
includeUsageData?boolean
Defaultfalse
active?boolean
Defaulttrue

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://app.nuxa.ai/api/workflows/string/log-webhook" \  -H "Content-Type: application/json" \  -d '{    "url": "http://example.com"  }'
{}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}