API Reference
Memberdeleted
Sent when a member is deleted.
This event is triggered when a member is removed from a customer. Any active seats assigned to the member will be automatically revoked.
Discord & Slack support: Basic
WEBHOOK
Documentation Index
Fetch the complete documentation index at: https://docs.spairehq.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Sent when a member is deleted.
This event is triggered when a member is removed from a customer. Any active seats assigned to the member will be automatically revoked.
Discord & Slack support: Basic
Response
Successful Response
Previous
OrdercreatedSent when a new order is created.
A new order is created when:
* A customer purchases a one-time product. In this case, `billing_reason` is set to `purchase`.
* A customer starts a subscription. In this case, `billing_reason` is set to `subscription_create`.
* A subscription is renewed. In this case, `billing_reason` is set to `subscription_cycle`.
* A subscription is upgraded or downgraded with an immediate proration invoice. In this case, `billing_reason` is set to `subscription_update`.
> [!WARNING]
> The order might not be paid yet, so the `status` field might be `pending`.
**Discord & Slack support:** Full
Next

