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