Skip to main content

๐Ÿš€ Getting started (v2)

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.

Dockflow APIโ€‹


Alle features and data of the Dockflow platform are available via API. Use this guide to get started.
If you want to see the general user documentation, please visit support.dockflow.com
Raise a support ticket by mailing to [email protected] or by using the new ticket web form.

Getting startedโ€‹


The first step to integration is obtaining authorization via an API token.

After that, the API roughly falls apart in two categories. Terminology is based from a Dockflow point-of-view:

Typically, projects would start with a downstream integration - sending data to Dockflow, and after that implement the upstream integration - receiving data back to the original system.

Difference between upstream and web-widget: When you would like to have your system/database continually patched with all the latest updates about your shipments, choose the upstream API integration. If you need a full view of a shipment based on a user query (such as a container or booking ref, use the web-widget API.