Referencia de APIApps / Woocommerce / Webhook
Create Webhook by appdataid
← Back to full API reference
POST
/v1/apps/woocommerce/webhook/:appDataIdPublic- This endpoint can be called without an authenticated session.
- This route is commonly used as a webhook endpoint.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| appDataId | Yes | Required path parameter. |
Default payloads
Path params
json
{
"appDataId": 1
}Query
json
{}Body
json
{}Sample response
json
{
"success": true,
"message": "Sample response placeholder for POST /v1/apps/woocommerce/webhook/:appDataId"
}