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:
- Subscription APIs
- List of subscribing events
- How to verify the request from Harbor - Verifying requests from Harbor
- Webhook Payload Example - Webhook payload example
Updated 16 days ago