evalink talos
Search…
evalink talos API Documentation
Get started
1. Create a free evalink talos account
2. Create a test set-up in evalink talos
3. About REST – The Basics
4. Get Postman
5. Create your first API Token in evalink talos
6. Make your first REST API call
Alarm API
Send alarms using simple webhooks
Send alarms with content using webhooks and header attachments
Send alarms using REST
Query alarms
Management API
Manage users
Manage devices
Manage groups
Manage contacts
Manage schedules
Manage virtual receivers
Manage webhooks
Manage workflows
Powered By
GitBook
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
Management API - Previous
Manage virtual receivers
Next - Management API
Manage workflows
Last modified
1yr ago
Copy link
Contents
get
Find all webhooks by Company ID
get
Find all webhooks by Device ID
post
create a new webhook
delete
delete a webhook
put
update a webhook
patch
patch a webhook
get
activate a webhook endpoint
post
create a webhook endpoint
get
activate a periodic webhook endpoint
post
create a periodic webhook endpoint