Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hookdeck Notifications API

Manage how your team is notified when issues occur — channel routing, mute windows, per-team subscriptions, and the templates rendered to Slack, Email, Microsoft Teams, and Discord.

Hookdeck Notifications API is one of 17 APIs that Hookdeck publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Notifications and Observability. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.

This API exposes 4 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.0.1, at version 1.0.0.

Requests are made against a single base URL, https://api.hookdeck.com/2025-07-01.

4 operations 3 paths 5 schemas 1 DELETE1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.0
Base URL
https://api.hookdeck.com/2025-07-01
Authentication
HTTP Bearer, HTTP Basic
Resource Areas
1

Authentication & Security 2

Hookdeck Notifications API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Notifications 4

Notifications let your team receive alerts anytime an issue changes.

PUT
/notifications/webhooks
Webhook Notifications
toggleWebhookNotifications body → 200
POST
/teams/current/custom_domains
Add a custom domain to the project
addCustomDomain body → 200
GET
/teams/current/custom_domains
List all custom domains and their verification statuses for the project
listCustomDomains → 200
DELETE
/teams/current/custom_domains/{domain_id}
Removes a custom domain from the project
deleteCustomDomain 1 param → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ToggleWebhookNotifications (3 properties), AddCustomHostname (1 property), DeleteCustomDomainSchema (1 property). Each schema is shown below with its type and property counts.

ToggleWebhookNotifications
object
3 properties 2 required
DeleteCustomDomainSchema
object
1 property 1 required
AddCustomHostname
object
1 property 1 required
TopicsValue
string
Supported topics
ListCustomDomainSchema
array

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hookdeck-notifications-api-openapi.yml Raw ↑

Other APIs Hookdeck publishes across the network.

Hookdeck Connections API
Hookdeck Sources API
Hookdeck Destinations API
Hookdeck Events API
Hookdeck Requests API
Hookdeck Transformations API
Hookdeck Bookmarks API
Hookdeck Issues API
Hookdeck Metrics API
Hookdeck Integrations API
Hookdeck Attempts API
Hookdeck Bulk cancel events API