v2

latestOpenAPI 3.1.02026-08-07168434918.5 KB
Players' Subscriptions

Reactivate Player Subscription

Reactivate a player's subscription.

Depending on the current subscription state:

  • reactivates the existing subscription if it is not in a terminal state,
  • creates a new subscription if the previous one has ended,
  • or does nothing if the subscription is already active.
post/v1/players/{player_id}/subscriptions/{subscription_id}/reactivate

Path parameters

player_idstring required
subscription_idstring required

Response

Subscription reactivated.

idstring required

Resulting subscription ID.

status'trial' | 'active' | 'grace' | 'canceled' | 'locked' | 'ended' | 'expired' | 'paused' | 'pending' required

An enumeration.