Subscription

This document describes the API specification for subscribing to event notifications (webhooks).

You create a Subscription with a target HTTPS endpoint and a list of Event Types. When an event occurs, Harbor POSTs a signed JSON payload to your endpoint, you must verify authenticity using Harbor’s HMAC signature headers.


Quick Start:

  1. Subscription APIs
  2. List of subscribing events
  3. How to verify the request from Harbor - Verifying requests from Harbor
  4. Webhook Payload Example - Webhook payload example