Rone Arena v1.0.2
Blog GitHub Stars

Web Playground

User Endpoint

Interactive request form for this API endpoint.

Each card below maps directly to an API endpoint. Query, path, and request body fields are generated from OpenAPI.

API Base

Every request from this playground goes to a single API base.

Active base: https://arena.rone.dev/api

GET Deprecated Auth User Privacy Settings

/web/user/privacy/settings

Open Only This
This endpoint is deprecated and may be removed or changed in a future version. Avoid using it in new integrations.

Retrieve the authenticated player's privacy settings using a valid JWT. Supports query parameter for localization (lang). Requires an Authorization header with the JWT from login.

Headers:

  • Authorization: Bearer <jwt> (JWT obtained during login).

Query parameters:

  • lang: Language code for localized content (default: en).

The response includes:

  • popup_shown: Whether the privacy popup has been shown to the user.
  • privacy: Current privacy state (true/false).
Language lang
query

Language code for localized content.

GET /api/user/privacy/settings

POST Deprecated Auth Update User Privacy Settings

/web/user/privacy/settings

Open Only This
This endpoint is deprecated and may be removed or changed in a future version. Avoid using it in new integrations.

Update the authenticated player's privacy settings using a valid JWT. Supports query parameter for localization (lang). Requires an Authorization header with the JWT from login.

Headers:

  • Authorization: Bearer <jwt> (JWT obtained during login).

Query parameters:

  • visibility: Visibility mode. Use visible to allow friends to view your profile, and invisible to hide your profile from friends. This parameter is required.
  • lang: Language code for localized content (default: en).
Profile Visibility* visibility
query

Profile visibility mode. Choose visible to let friends view your profile, or invisible to hide your profile from friends.

Language lang
query

Language code for localized content.

POST /api/user/privacy/settings