SIGNL4 website screenshot

SIGNL4

SIGNL4 is a mobile alerting and on-call duty management service that transforms emails, webhooks, and IoT events into reliable push, SMS, and voice alerts with acknowledgement tracking, escalation, and team on-call scheduling. The platform provides both an inbound webhook for sending alerts and a REST API for managing alerts, statuses, annotations, and team data. Authentication uses a team or webhook secret embedded in the URL path or supplied via the X-S4-Api-Key header.

SIGNL4 publishes 2 APIs on the APIs.io network: Events API and Webhook API. Tagged areas include Alerting, Incident Management, On-Call, Mobile Alerts, and Notification.

SIGNL4’s developer surface includes authentication, documentation, pricing, signup flow, support, engineering blog, GitHub presence, and 5 more developer resources.

37.9/100 thin ▬ flat Agent 19/100 agent aware saas Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
1 APIs
AlertingIncident ManagementOn-CallMobile AlertsNotificationDevOpsIT OperationsMonitoring

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/signl4: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 4

Individual APIs this provider publishes, each with its own machine-readable definition.

SIGNL4 Inbound Webhook API

Simple HTTPS webhook endpoint for triggering mobile alerts in SIGNL4 from any monitoring, ITSM, or IoT tool. Accepts JSON payloads with Title and Message fields plus optional X-...

SIGNL4 REST API

RESTful API for programmatic alert lifecycle management including creating events, acknowledging or closing alerts, annotating alerts, and retrieving team data. Authentication i...

SIGNL4 Events API

The Events API from SIGNL4 — 1 operation(s) for events.

SIGNL4 Webhook API

The Webhook API from SIGNL4 — 1 operation(s) for webhook.

Open Collections 4

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Signl4 Authentication

apiKey · 1 scheme

SECURITY

Signl4 Domain Security

TLSv1.3 · DMARC

SECURITY

Signl4 Trust Center

ISO 27001, GDPR

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Signl4 Agentic Access

2 operations · 2 acting

2 operations · 2 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: signl4
name: SIGNL4
description: SIGNL4 is a mobile alerting and on-call duty management service that transforms emails, webhooks, and IoT events
  into reliable push, SMS, and voice alerts with acknowledgement tracking, escalation, and team on-call scheduling. The platform
  provides both an inbound webhook for sending alerts and a REST API for managing alerts, statuses, annotations, and team
  data. Authentication uses a team or webhook secret embedded in the URL path or supplied via the X-S4-Api-Key header.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/signl4.png
tags:
- Alerting
- Incident Management
- On-Call
- Mobile Alerts
- Notification
- DevOps
- IT Operations
- Monitoring
tags_raw:
- Alerting
- Incident Management
- On-Call
- Mobile Alerts
- Notifications
- DevOps
- IT Operations
- Monitoring
url: https://raw.githubusercontent.com/api-evangelist/signl4/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.23'
apis:
- aid: signl4:inbound-webhook
  name: SIGNL4 Inbound Webhook API
  description: Simple HTTPS webhook endpoint for triggering mobile alerts in SIGNL4 from any monitoring, ITSM, or IoT tool.
    Accepts JSON payloads with Title and Message fields plus optional X-S4 control parameters for service categorization,
    location, alerting scenario, and external identifiers. Authentication uses a unique team or webhook secret embedded in
    the URL path.
  humanURL: https://docs.signl4.com/integrations/webhook/webhook.html
  baseURL: https://connect.signl4.com/webhook
  tags:
  - Webhook
  - Inbound
  - Alerting
  - Mobile Push
  properties:
  - type: Documentation
    url: https://docs.signl4.com/integrations/webhook/webhook.html
  - type: APIReference
    url: https://connect.signl4.com/webhook/docs/index.html
  - type: CodeExamples
    url: https://github.com/signl4/code-snippets
- aid: signl4:rest-api
  name: SIGNL4 REST API
  description: RESTful API for programmatic alert lifecycle management including creating events, acknowledging or closing
    alerts, annotating alerts, and retrieving team data. Authentication is via X-S4-Api-Key header with the team or webhook
    secret.
  humanURL: https://docs.signl4.com/integrations/rest-api/rest-api.html
  baseURL: https://connect.signl4.com/api
  tags:
  - REST
  - Alert Management
  - Event
  - Incident Response
  tags_raw:
  - REST
  - Alert Management
  - Events
  - Incident Response
  properties:
  - type: Documentation
    url: https://docs.signl4.com/integrations/rest-api/rest-api.html
  - type: Overview
    url: https://www.signl4.com/webhook-rest-smtp-api-integration/
  - type: CodeExamples
    url: https://docs.signl4.com/samples/code-samples/code-samples.html
- aid: signl4:signl4-events-api
  name: SIGNL4 Events API
  description: The Events API from SIGNL4 — 1 operation(s) for events.
  humanURL: https://docs.signl4.com/integrations/webhook/webhook.html
  baseURL: https://connect.signl4.com/webhook
  tags:
  - Event
  tags_raw:
  - Events
  properties:
  - type: OpenAPI
    url: openapi/signl4-events-api-openapi.yml
- aid: signl4:signl4-webhook-api
  name: SIGNL4 Webhook API
  description: The Webhook API from SIGNL4 — 1 operation(s) for webhook.
  humanURL: https://docs.signl4.com/integrations/webhook/webhook.html
  baseURL: https://connect.signl4.com/webhook
  tags:
  - Webhook
  properties:
  - type: OpenAPI
    url: openapi/signl4-webhook-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/signl4-agentic-access.yml
- type: TrustCenter
  url: security/signl4-trust-center.yml
- type: DomainSecurity
  url: security/signl4-domain-security.yml
- type: Authentication
  url: authentication/signl4-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/signl4
- type: Website
  url: https://www.signl4.com
- type: Documentation
  url: https://docs.signl4.com
- type: Pricing
  url: https://www.signl4.com/pricing/
- type: Signup
  url: https://account.signl4.com/register
- type: Support
  url: https://support.signl4.com
- type: Blog
  url: https://www.signl4.com/blog/
- type: GitHub
  url: https://github.com/signl4
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/signl4"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/signl4/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/signl4/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.