# 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): - `user_v1` (string, required) Example: "user123" - `locale` (string, required) Example: "en" ## Response 200 fields (application/json): - `redirect_url` (string, required) Example: "https://subscriptions-user-account.xsolla.com/?token=&projectId=&merchantId=&locale=" - `access_token` (string, required) Example: "" ## Response 400 fields ## Response 500 fields