Pinwheel Webhooks API

The Pinwheel Webhooks API is how the platform delivers asynchronous events — job completions, link events, account status changes, deposit switch outcomes, tax-form availability, and banking events — to client systems. It supports HMAC signature verification and optional payload encryption for sensitive event types.

API entry from apis.yml

apis.yml Raw ↑
aid: pinwheel-api:pinwheel-webhooks-api
name: Pinwheel Webhooks API
tags:
- Webhooks
- Events
- Signatures
- Payload Encryption
baseURL: https://api.getpinwheel.com
humanURL: https://docs.pinwheelapi.com/public/docs/webhooks
properties:
- url: https://docs.pinwheelapi.com/public/docs/webhooks
  type: Documentation
description: The Pinwheel Webhooks API is how the platform delivers asynchronous events — job completions,
  link events, account status changes, deposit switch outcomes, tax-form availability, and banking events
  — to client systems. It supports HMAC signature verification and optional payload encryption for sensitive
  event types.