Skip to main content
POST
/
api
/
webhooks
Create seller webhook
curl --request POST \
  --url https://api.x402layer.cc/api/webhooks \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "events": [
    "<string>"
  ]
}
'

Body

application/json
url
string<uri>
required
events
string[]

Response

201

Webhook created