SIGNL4 API
<p>Use our API for systems integration or to build your own use cases. Sample scenarios include but are not limited to:</p><ul><li>2-way integration: Triggering of Signls and updates in the third party systems when alert state changes occur</li><li>Retrieving alarms for logging purposes</li><li>Calendar integrations: Creation and management of on-call duties</li><li>Punch users in and out based on external calendars</li><li>etc.</li></ul><p>AUTHENTICATION<br>Using the API requires an API key, which you can generate in the SIGNL4 portal under 'Developers'.<br>This key must then be specified in a special header in every HTTP request.<br>This header is called <b style='color:#F8B41F'>X-S4-Api-Key</b>.<br><br>The base URL of the API is <a rel='noopener noreferrer' target='_blank' href='https://connect.signl4.com/api/'>https://connect.signl4.com/api/</a>.<br>Copyright © Derdack GmbH<br></p>
https://connect.signl4.com/apiAuth: unknown
Endpoints: 17
Reachable: unknown
CORS: unknown
Links
API Base:
https://connect.signl4.com/apiEndpoints
| Method | Path | Summary | Auth | Last Status | Latency |
|---|---|---|---|---|---|
GET |
/alerts/report | Get Alert Report | — | — | — |
GET |
/alerts/{alertId} | Get Alert | — | — | — |
GET |
/alerts/{alertId}/annotations | Get annotations of an alert | — | — | — |
GET |
/alerts/{alertId}/attachments | Get attachments of an alert | — | — | — |
GET |
/alerts/{alertId}/attachments/{attachmentId} | Gets a specified attachment of a specified alert. | — | — | — |
GET |
/alerts/{alertId}/overview | Get an overview alert. | — | — | — |
GET |
/categories/images | Gets the names of all alert category images. You can get the image by going to account.signl4.com/images/alerts/categoryImageName.svg | — | — | — |
GET |
/categories/{teamId} | Get all categories | — | — | — |
GET |
/categories/{teamId}/metrics | Get metrics for all categories | — | — | — |
GET |
/categories/{teamId}/{categoryId} | Get a specific category | — | — | — |
GET |
/categories/{teamId}/{categoryId}/metrics | Get metrics for a specific category | — | — | — |
GET |
/events/{eventId}/overview | Get overview event | — | — | — |
GET |
/events/{eventId}/parameters | Get event parameters | — | — | — |
GET |
/prepaid/balance | Get your subscription's current prepaid balance. | — | — | — |
GET |
/prepaid/transactions | Get your subscription's prepaid transactions. | — | — | — |
GET |
/scripts/instances | Returns all script instances of the SIGNL4 team | — | — | — |
GET |
/scripts/instances/{instanceId} | Returns all information about a given script instance which includes its runtime status. | — | — | — |
GET |
/scripts/inventory | Returns all available inventory scripts which can be added to a SIGNL4 subscription. | — | — | — |
GET |
/scripts/inventory/parsed | Returns all inventory scripts. | — | — | — |
GET |
/scripts/inventory/parsed/{scriptId} | Returns an inventory script by its id. | — | — | — |