Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
APIWebhooksEventsPlayer Changed
POSTsubscription.player_changed

Sent when the Minecraft account a subscription delivers to is changed, either by the customer or by an admin from the dashboard. Renewal commands from this point on target the new account.

data

subscription_idstring· uuid
The subscription ID.
package_idstring· uuid
Package ID of the subscription.
previous_player_usernamestring
Username the subscription previously delivered to.
previous_player_uuidstring
UUID the subscription previously delivered to. Null in offline identity mode.
new_player_usernamestring
Username the subscription now delivers to.
new_player_uuidstring
UUID the subscription now delivers to. Null in offline identity mode.

FluxStore sends this payload as an HTTP POST to your configured webhook URL.