cURL
curl --request GET \ --url https://api.helicone.ai/v1/webhooks \ --header 'Authorization: <api-key>'
{ "data": [ { "hmac_key": "<string>", "config": "<string>", "version": "<string>", "destination": "<string>", "created_at": "<string>", "id": "<string>" } ] }
Get all webhooks
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?