Skip to content

Duplicate a brokerage.

POST
/api/brokerages/{id}/duplicate
curl --request POST \
--url https://api.tradr.cloud/api/brokerages/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/duplicate

Authed. Copies a brokerage and its whole fee schedule under a new name, which is how you take a system brokerage as the starting point for your own rates. The copy belongs to the user and is fully editable.

id
required
string format: uuid

The new copy.

No such brokerage for this user.

The generated name collides with an existing brokerage.