Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
GET/api/v1/subscriptions/{id}

Retrieve a single subscription by its ID.

Requires the Subscriptions:View permission.

Path parameters

idstring· uuidrequired
The subscription ID.

Subscription object

idstring· uuidrequired
The subscription ID.
playerUsernamestringrequired
Subscriber’s player name.
playerUuidstring· uuid
Minecraft UUID, if known.
packageIdstring· uuidrequired
Package being subscribed to.
packageNamestringrequired
Package name.
statusstringrequired
Subscription status.
Values:
activecancelledpast_dueexpired
currentPeriodEndstring· date-timerequired
End of the current billing period.
cancelAtPeriodEndbooleanrequired
Whether the subscription will not renew at period end.
createdAtstring· date-timerequired
Subscription start timestamp.
updatedAtstring· date-timerequired
Last update timestamp.