Skip to main content
Version: 1.0

Reactive Manager API

REST endpoints for managing the player deletion lifecycle in the Gamanza Engage Platform (PEP). Request deletion of a player, cancel a pending hard deletion within the 48-hour window (after which the data cannot be recovered), or restore a player from soft or hard deletion back to the main collection. Part of the Platform API Gateway; authenticate with an OAuth 2.0 access token.

Authentication

The client needs to authenticate themselves for this request. The auth request returns a valid JWT access token

Due to the GDPR, we have to delete the player's data, or we have to do a soft delete, like just changing the status.

Soft delete

The soft delete moves the player into a separate collection for not being included in queries or any operation.

Hard Delete

This allows the deletion of the player’s data. This information will be removed 48h after the request is made. This hard deletion can be canceled using the cancel-deletion endpoint, meanwhile this operation keeps the soft delete status. After 48hs the player will be removed from the database; this information cannot be recovered

Security Scheme Type:

oauth2

OAuth Flow (clientCredentials):

Scopes: