POST

/api/webhooks/incoming/:source/:type

This endpoint allows you to create a new entry or execute an action for webhooks incoming/(specific source)/(specific type).

Request Parameters

Parameter Location Required
source path Yes
type path Yes

Example Request

cURL
curl -X POST https://api.basebrick.com/api/webhooks/incoming/123/123 \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'