Skip to main content

๐Ÿ”‘ Authorization

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.

Authorization via API tokenโ€‹


All API endpoints require and API token. Use this guide to get started.

Obtain API token via GUIโ€‹


  1. Login to your account at app.dockflow.com . If you do not have an account yet, contact [email protected] .
  2. In the left-hand sidebar, click the settings icon at the bottom of the screen:

alt text

  1. Then go to Organisation
  2. Go to Technical settings, Integration API Tokens
  3. Click the plus button on the right of that box.
  4. A new API token will be generated for you. You will only see the token once.

alt text

note

You will only see the API token once! Make sure to save it before navigating away.

  1. Use the API token in your requests via an Authorization: HTTP Header:
curl -H "Authorization: xxxxxxxxxxxxxxxxxx" https://api.dockflow.com
  1. Done!