API Evangelist API Evangelist
API Learnings
Toolbox
API Evangelist LLC
npm

npm Hooks API

The npm Hooks API allows developers to subscribe to notifications about changes in the npm registry. Hooks send HTTP POST payloads to a configured URI whenever a package is changed, enabling developers to build integrations that respond to registry events in real time. Users can add hooks to follow specific packages, track all activity of given npm users, or monitor all packages within an organization or user scope. The API provides endpoints for creating, listing, updating, and deleting hook subscriptions.

Documentation

Specifications

Schemas & Data

OpenAPI

npm-hooks-api-openapi.yml Raw ↑