Status: Phase 2 — coming soon. Webhooks are planned but not yet shipped. This page is a stub so customers know they are on the roadmap. Today, use polling against
GET /v1/trademarks with a last_modified_gte filter, or contact support@signa.so if you need event delivery before Phase 2 lands.What’s planned
When webhooks ship, you will be able to subscribe to events like new filings, status transitions, ownership changes, and proceeding updates, and receive HMAC-signedPOST callbacks at an endpoint you control.
Planned event types include:
trademark.createdtrademark.status_changedtrademark.owner_changedtrademark.renewedproceeding.openedproceeding.decided
- HMAC-SHA256 signed payloads via an
X-Signa-Signatureheader - At-least-once delivery with exponential backoff (up to 24 hours)
- Per-organization signing secret rotation
- A delivery log and replay endpoint for missed events