Business — entry 017 of 19
SwiftKanban
SwiftKanban is Digite's enterprise Kanban and Scrumban platform, now trading as NimbleWork — digite.com 301-redirects every page, including this API article, to the equivalent nimblework.com URL (corrected here), and the account sign-in flow at login.swiftkanban.com still resolves to a live login page even though the marketing site itself sits behind a Cloudflare bot challenge from this sandbox. Its documented web-services layer combines a per-user Authorization Token (not a shared key) with both JSON REST and legacy SOAP endpoints, though the specific WSDL URL published in Digite's own 2023 knowledge-base article now 404s. Per that same historical pricing page, API access was bundled only into the paid Enterprise tier ($15/user/month), unavailable on the free Team or mid-tier Group plans.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.