Hooks
Subscribe a new hook
Subscribe a new hook. The hook will be ready immediately after the response
post/hooks/subscribe
Request body
Example request
{
"url": "https://mydomain.com/webhook/12345",
"event": "timeEntry.created"
}Response
Hook created
Example response
{
"id": "1CHdPpmEWnucaS93PM1iQA"
}