# Get management link

Endpoint: POST /api/user/v1/projects/{project_id}/subscriptions/manage
Version: 2.0
Security: projectUserJwtAuth

## Query parameters:

  - `country` (string)

## Path parameters:

  - `project_id` (integer, required)

## Request fields (application/json):

  - `available_plans` (object,null)
    Массив с данными о планах подписок. Только планы из этого списка будут показаны в платежном интерфейсе.

  - `custom_parameters` (object,null)
    You can pass additional parameters in the token

  - `product_id` (integer,null)
    ID of the product associated with the plan
    Example: "12345"

  - `settings` (any,null)

  - `steam_user_id` (string,null)

## Response 200 fields (application/json):

  - `link_to_ps` (string, required)
    Example: "https://secure.xsolla.com/paystation2/?access_token=<access_token>"


