wbhk deprecated
member.status.changed
Deprecated — this webhook will be removed soon. Migrate to the contract-based events (e.g.contract_holder.policy_issued).
This is an outbound webhook — SafetyWing sends an HTTP POST to the URL you registered when a member's status changes. Unlike newer events, it is delivered as a bare payload (no { id, topic, companyId, payload } envelope). Acknowledge with a 2xx.
status is one of INVITED, PROCESSING, ACTIVE, CANCELLED, CANCELLING, EXPIRED, ONBOARDING, OTHER.
Example
{
"memberId": 456,
"status": "ACTIVE"
} 200Acknowledged
