Skip to main content

๐Ÿ”— Weblink - deep link

Deprecationโ€ฏNotice

Headsโ€‘up! This API is being sunset.

What this means for youโ€‹

  • Existing integrations keep working but no new features will be added.
  • Bugโ€‘fixes and security patches are bestโ€‘effort only during the deprecation window.
  • After the sunset date, requests will return HTTPย 410ย (Gone).
  1. Migrate to our new API: see the Trident API for a stepโ€‘byโ€‘step walkthrough.
  2. Update client libraries and SDKs to their latest major version.
  3. Reach out onย [email protected] if you need help or an extension.

Thank you for building with us!
Your feedback has shaped the next generation of our platform, and weโ€™re here to make the transition as smooth as possible.


The weblink is used to link users via the browser to existing tradeflows without knowing the internal Dockflow ID of tradeflows or containers.

info

Users should be logged in to see their tradeflows

Usageโ€‹


Link to a tradeflow by using the redirect-url:

https://app.dockflow.com/redirect?tradeflow=xxxxxxxxxx&container=ABCD1234567
  • tradeflow=xxxxxxxxxx - replace xxxxxxxxxx with the name of your tradeflow (as imported)
  • [OPTIONAL] container=ABCD1234567 - add a container number to redirect to
info

It's also possible to specify only a container number, and no tradeflow number