Create Webhook
Register a new webhook subscription.
Handshake
On create, Everhour sends a POST to the supplied targetUrl with an X-Hook-Secret header (HMAC-SHA512) and an empty body. The receiver should echo the same header back to complete verification. Send X-Skip-Handshake: 1 to skip verification when the receiver cannot participate.
Scope
A webhook can listen across the whole team or be scoped to a single project. See Webhooks for event types, payload structure, and delivery semantics.
Authorizations
Body
Response
Created
Webhook ID
12345
"https://some-secure-endpoint.com/path"
["api:time:updated"]Datetime when webhook was created (format: Y-m-d H:i:s)
"2018-03-05 16:17:14"
Datetime when webhook was last used (format: Y-m-d H:i:s)
"2018-03-05 20:01:58"
You can receive events only for specific project
"ev:12345657890"
true
