π Getting started (v2)
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).
Recommended next stepsβ
- Migrate to our new API: see the Trident API for a stepβbyβstep walkthrough.
- Update client libraries and SDKs to their latest major version.
- 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:
- If data is incoming to Dockflow from your system, this is a π½ downstream integration
- If data is outgoing from Dockflow to your system, this is a πΌ upstream integration
- If data is outgoing from Dockflow to a web-widget, this is a π» web-widget integration
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.