Skip to main content
POST
/
webhook
Create a webhook
curl --request POST \
  --url https://virtserver.swaggerhub.com/nickel-ace/apiv1/1.0.0/webhook \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{
  "url": "<string>",
  "id": "<string>"
}

Body

application/json

Create a webhook

url
string
required

Response

Successful operation

url
string
required
id
string
required