POST
/
api
/
webhooks
curl --request POST \
  --url https://axis-production-2887.up.railway.app/api/webhooks \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>",
  "workflow_id": 1
}'
{}

Body

application/json
The webhook to create
url
string
required
workflow_id
integer
required
Required range: x > 0

Response

201 - application/json
The webhook has been successfully created.

The response is of type object.