v1

latestOpenAPI 3.0.02026-08-066924329.8 KB
Hooks

Subscribe a new hook

Subscribe a new hook. The hook will be ready immediately after the response

post/hooks/subscribe

Request body

urlstring required
event'timeEntry.created' | 'timeEntry.updated' | 'timeEntry.deleted' required

Example request

{
  "url": "https://mydomain.com/webhook/12345",
  "event": "timeEntry.created"
}

Response

Hook created

idstring

Example response

{
  "id": "1CHdPpmEWnucaS93PM1iQA"
}