curl --request POST \
--url https://api.helicone.ai/v1/webhooks \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"destination": "<string>",
"config": {},
"includeData": true
}'
{
"data": "<any>"
}
Create a new webhook
curl --request POST \
--url https://api.helicone.ai/v1/webhooks \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"destination": "<string>",
"config": {},
"includeData": true
}'
{
"data": "<any>"
}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?