Webhooks
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /v1/webhooks/register HTTP/1.1
Host: api.haloproject.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 74
{
"url": "https://example.com",
"events": [
"session.created"
],
"secret": "text"
}{
"url": "https://example.com",
"events": [
"session.created"
],
"secret": "text"
}