Skip to main content
Platform events are webhooks StackOne fires from its own platform — not from a connector. Today they cover account lifecycle. For endpoint setup and signature verification, see Webhooks.

Events

Payload

Each delivery is a JSON body with these fields: Example account.updated:

Delivery & verification

Every delivery is signed with HMAC-SHA256 over the raw request body and sent in the x-stackone-signature header. Verify the signature and return 200. See Verifying webhook signatures.