Skip to main content
POST
/
webhooks
Create
curl --request POST \
  --url https://backend.overtenai.com/api/v1/webhooks \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "events": [
    "<string>"
  ],
  "description": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json
url
string<uri>
required
Required string length: 1 - 2083
events
string[]
description
string | null

Response

Successful Response