POST
/
api
/
v1
/
platform
/
webhooks
Create Webhook
curl --request POST \
  --url https://api.example.com/api/v1/platform/webhooks \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "events": [
    "*"
  ]
}
'
{}

Body

application/json
url
string
required
events
string[]

Response

Successful Response

The response is of type Response Create Webhook Api V1 Platform Webhooks Post · object.