Manage webhooks
Use this section to add and configure webhooks in evalink talos.
WORK IN PROGRESS
get
https://talos-app.io
/api/webhook-integration/web-hooks/search/findByCompanyId
Find all webhooks by Company ID
get
https://talos-app.io
/api/webhook-integration/web-hooks/search/findByCompanyId
Find all webhooks by Device ID
post
https://talos-app.io
/api/webhook-integration/web-hooks
create a new webhook
delete
https://talos-app.io
/api/webhook-integration/web-hooks/{id}
delete a webhook
put
https://talos-app.io
/api/webhook-integration/web-hooks/{id}
update a webhook
patch
https://talos-app.io
/api/webhook-integration/web-hooks/{id}
patch a webhook
get
https://talos-app.io
/api/webhook-integration/incoming/{token}
activate a webhook endpoint
post
https://talos-app.io
/api/webhook-integration/incoming/{token}
create a webhook endpoint
get
https://talos-app.io
/api/webhook-integration/periodic/{token}
activate a periodic webhook endpoint
post
https://talos-app.io
/api/webhook-integration/periodic/{token}
create a periodic webhook endpoint