# Get user account link

Endpoint: GET /api/user/v1/projects/{project_id}/subscriptions/user_account
Version: 2.0
Security: projectUserJwtAuth

## Query parameters:

  - `locale` (string)

## Path parameters:

  - `project_id` (integer, required)

## Response 200 fields (application/json):

  - `redirect_url` (string, required)
    Example: "https://subscriptions-user-account.xsolla.com/?token=<access_token>&projectId=<project_id>&merchantId=<merchant_id>&locale=<locale>"


