POST
/
webhook
curl --request POST \
  --url https://api.panora.dev/webhook \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>",
  "description": "<string>",
  "id_project": "<string>",
  "scope": [
    "<string>"
  ]
}'

Body

application/json
url
string
required
id_project
string
required
scope
string[]
required
description
string