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

Notch Webhooks API

The Webhooks API from Notch — 1 operation(s) for webhooks.

Notch Webhooks API is one of 6 APIs that Notch publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 2 operations across 1 path, and defines 1 schema. It is described by OpenAPI 3.0.1, at version 0.0.0-unreconciled.

Requests are made against a single base URL, https://api.notch.financial.

2 operations 1 paths 1 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
0.0.0-unreconciled
Server
https://api.notch.financial
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Notch Webhooks API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Illustrative Bearer API key scheme. Notch's actual authentication mechanism is not publicly documented and is unverified.

Paths & Operations 2

Across 1 path, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Webhooks 2
GET
/webhooks
List webhook subscriptions (unreconciled).
listWebhooks → 200
POST
/webhooks
Create a webhook subscription (unreconciled).
createWebhook body → 201

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Webhook (4 properties). Each schema is shown below with its type and property counts.

Webhook
object
A webhook subscription for event notifications (illustrative).
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

notch-financial-webhooks-api-openapi.yml Raw ↑

Other APIs Notch publishes across the network.

Notch Bank Accounts API
Notch Customers API
Notch Invoices API
Notch Payment Methods API
Notch Payments API