Resume a frozen subscription
POSThttps://api.evora.lol/api/developer-api/users/{userId}/subscriptions/{appId}/unpause
Requires scopeusers:write
Converts the banked seconds into a fresh expiry. Deliberately not gated on allow_subscription_pause, so turning the feature off never strands customers who are already frozen.
Path parameters
| userIdrequired string (uuid) | End-user UUID. |
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Responses
200Resumed.
json
{ "success": true, "message": "Subscription resumed", "expiresAt": "2026-09-15T00:00:00.000Z" }
404No subscription, or not frozen.
More in Subscriptions
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs