POST
/
v1
/
webhooks
curl --request POST \
  --url https://api.helicone.ai/v1/webhooks \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "destination": "<string>",
  "config": {}
}'
{
  "data": "<any>"
}

Authorizations

authorization
string
header
required

Body

application/json
destination
string
required
config
object
required

Construct a type with a set of properties K of type T

Response

200 - application/json
Ok
data
any
required
error
enum<number> | null
required