# Get user account link

Endpoint: POST /api/v1/projects/{projectId}/subscriptions/user_account
Version: 2.0
Security: basicAuth

## Path parameters:

  - `projectId` (string, required)

## Request fields (application/json):

  - `locale` (string, required)
    Example: "en"

  - `user_v1` (string, required)
    Example: "user123"

## Response 200 fields (application/json):

  - `access_token` (string, required)
    Example: "<access_token>"

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


## Response 400 fields

## Response 500 fields
