List Masters
GET /api/v1/master/directory
id with the single-Master GET and PATCH routes.
Register existing accounts
POST /api/v1/master/add
Create a new Master
POST /api/v1/master/create
Retrieve by internal ID
GET /api/v1/master/{master_id}
master_id is the numeric internal PAMM ID, not the MT5 login.
Update a Master
PATCH /api/v1/master/{master_id}
Send at least one of name, strategy_name, strategy, or min_deposit. Omitted fields keep their current value.
min_deposit affects later assignment validation and does not credit or debit existing balances.
Retrieve sensitive Master details
GET /api/v1/info/master/{master_login}
Previous: Endpoint index
Return to the route catalog.
Next: Investor endpoints
Open Investor provisioning contracts.