Business — entry 016 of 18

SwiftKanban

Verified Aug 2026

SwiftKanban is Digite's enterprise Kanban and Scrumban platform, now trading as NimbleWork; the old API article at digite.com redirects through nimblework.com to the knowledge base root, since the article itself is gone (corrected here). The live REST layer at login.swiftkanban.com/restapi uses a per-user authorization token, not a shared key, and a public Swagger reference now documents it; the legacy SOAP WSDL from Digite's 2023 article is gone. A historical Digite pricing page bundled API access only into the paid Enterprise tier, at $15 per user per month, and left it out of the free Team and mid-tier Group plans.

kanbanproject-managemententerprisescrumban
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingPaidSubscription required — no meaningful free tier.
FormatsJSON, XMLResponses can be requested as JSON or XML.

GreatAPIs Score

Score79out of 100
Authentication15/25API key required
Pricing9/20Paid API
Docs20/20Machine-readable spec file bundled
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months

Embed this badge

Scored 79 on greatapis.com
<a href="https://greatapis.com/api/swiftkanban/"><img src="https://greatapis.com/badge/swiftkanban.svg" alt="Scored 79 on greatapis.com"></a>

Auth quickstart

  1. Get a key at the provider
  2. Send it on every request as a headerAuthorization: <key>
  3. The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.

Endpoints

Servers
/restapi
AccountService1
GET/account-operations/accountsFetches Account details
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
ActivityLogService4
GET/activity-log/boards/{boardId}/cardsFetches activity log of cards
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idqueryyesarray
loginIdquerynostring
logDatequerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/activity-log/boards/{boardId}/cards/{cardId}/todosFetches activity log of Card ToDo's
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardIdpathyesstring
loginIdquerynostring
logDatequerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/activity-log/boards/{boardId}/todos/{id}Fetches activity log of ToDo
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/activity-log/relationsFetches activity log of all the relation
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
fromDatequerynostring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
AttachmentService7
GET/attachment-operations/attachments/size-limitGets the size limit of an individual attachement.Note: The unit of sizeLimit in Response is MB
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
Responses
StatusDescriptionSchema
200Successful request and response
401Request has not been applied because it lacks valid authentication credentials.
GET/attachment-operations/boards/{boardId}/cards/{cardId}/attachmentsGets all the attachments of the card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardIdpathyesstring
loginIdquerynostring
sourcequerynostring
contentquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
POST/attachment-operations/boards/{boardId}/cards/{cardId}/attachmentsAdds attachment to the card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardIdpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
201Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
DELETE/attachment-operations/boards/{boardId}/cards/{cardId}/attachmentsDeletes multiple attachment from the card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesinteger
cardIdpathyesstring
idqueryyesarray
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/attachment-operations/boards/{boardId}/cards/{cardId}/attachments/{id}Fetches attachment details along with content
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
DELETE/attachment-operations/boards/{boardId}/cards/{cardId}/attachments/{id}Deletes attachment from the card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/attachment-operations/itemType/{itemType}/itemId/{itemId}/attachmentsGets all the attachments of the item
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
itemTypepathyesstring
itemIdpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
BoardService7
GET/board-operations/boardsFetches board details along with content
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
loginIdquerynostring
other-boardsquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
GET/board-operations/boards/{boardId}/configFetches Lane details along with queues and subqueues
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/board-operations/boards/{boardId}/dynamicDataListFetches all dynamic data list and their list of items respectively for particular board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/board-operations/boards/{boardId}/lanesFetches smartLane details along with content
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/board-operations/boards/{boardId}/lanes/{laneId}/cardsFetches smartlane data with queues and cards
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
laneIdpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/board-operations/boards/{boardId}/policiesFetches all policies for particular board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/board-operations/boards/{id}Fetches board detail for a given boardId along with content
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
idpathyesstring
loginIdquerynostring
isChildquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
BusinessRulesService1
GET/businessrule-operations/boards/{boardId}Fetches businessRules
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
Request body

*/*

Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
CardService20
GET/card-operations/boards/cards/ext-creator-id/{emailid}Fetches cards basic details across boards by using ext_creator_id
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
emailidpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/card-operations/boards/{boardId}/card-types/{cardType}/startDate/{startDate}/cardsFetches cards from specified date
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardTypepathyesstring
startDatepathyesstring
endDatequerynostring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/card-operations/boards/{boardId}/cardsFetches cards details
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
filterquerynostring
advanceFilterquerynostring
cardTypequerynoarray
deletedCardsquerynostring
searchquerynostring
globalSearchquerynostring
fieldNamequerynoarray
loginIdquerynostring
isLabelquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
404Successful request and response
POST/card-operations/boards/{boardId}/cardsAdd cards in the Backlog or the custom column as defined in the Board Policies
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
skipMandatoryquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
201Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
PUT/card-operations/boards/{boardId}/cardsUpdates cards
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
DELETE/card-operations/boards/{boardId}/cardsDeletes cards
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idqueryyesarray
loginIdquerynostring
forceAllowquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
PUT/card-operations/boards/{boardId}/cards/archiveArchives the cards
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
GET/card-operations/boards/{boardId}/cards/closedFetches closed cards (Archive/Discard/Abort) details
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
queueTypequerynostring
limitquerynointeger
offsetquerynointeger
sortByquerynostring
sortOrderquerynostring
fieldNamequerynoarray
filterquerynostring
advanceFilterquerynostring
isLabelquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
404Successful request and response
PUT/card-operations/boards/{boardId}/cards/convertConverts cards
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
PUT/card-operations/boards/{boardId}/cards/discard-abortDiscards/Aborts the cards
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
PUT/card-operations/boards/{boardId}/cards/flagAdds Flags on cards
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
PUT/card-operations/boards/{boardId}/cards/move/backlogMoves cards to backlog
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Request body

*/*

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
422UnProcessable entity in response
PUT/card-operations/boards/{boardId}/cards/move/boardMoves cards on board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Request body

*/*

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
422UnProcessable entity in response
PUT/card-operations/boards/{boardId}/cards/move/readyMoves cards to ready
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Request body

*/*

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
422UnProcessable entity in response
GET/card-operations/boards/{boardId}/cards/movement/startDate/{startDate}/endDate/{endDate}Fetches card movements details
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
startDatepathyesstring
endDatepathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
PUT/card-operations/boards/{boardId}/cards/transferTransfers the cards
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
422Malformed parameters or a particular reason due to which entity cannot be processed.
PUT/card-operations/boards/{boardId}/cards/unflagRemoves Flags from cards
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
GET/card-operations/boards/{boardId}/cards/{id}Fetches card details
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
fieldNamequerynoarray
loginIdquerynostring
isLabelquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
DELETE/card-operations/boards/{boardId}/cards/{id}Deletes card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
forceAllowquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/card-operations/boards/{boardId}/cards/{id}/new/referenceFetches new reference of converted and transfered card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
CommentService6
GET/comment-operations/boards/{boardId}/cards/commentsFetches the list of comments from multiple cards based on the filter criteria.
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idqueryyesarray
limitPerCardquerynostring
commentsAddedByquerynoarray
startDatequerynostring
endDatequerynostring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/comment-operations/boards/{boardId}/cards/{id}/commentsFetches list of comments added to card along with comment details
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
idClassifierquerynostring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
POST/comment-operations/boards/{boardId}/cards/{id}/commentsAdds comment to the card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
201Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
PUT/comment-operations/boards/{boardId}/cards/{id}/commentsUpdate comment
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
POST/comment-operations/boards/{boardId}/cards/{id}/comments/replyReplies on comment
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
201Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
GET/comment-operations/itemType/{itemType}/itemId/{itemId}/commentsFetches list of comments added to item along with comment details
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
itemTypepathyesstring
itemIdpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
MetadataService7
GET/metadata-operations/boards/{boardId}/cardTypes Fetches all the card types available in a board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
fieldsquerynostring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/metadata-operations/boards/{boardId}/item-types/{itemType}/dck/{dckKey}/lovData Fetches list of items allowed in the dynamic data list
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
itemTypepathyesstring
dckKeypathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/metadata-operations/card-types/{cardType}/relationsFetches a list of all the card types which have parent-child with another card type
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
cardTypepathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/metadata-operations/items/{itemType}/metaDataFetches Meta Data details along with content
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
itemTypepathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/metadata-operations/masterlistFetches master list details for account
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
loginIdquerynostring
lovItemsquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/metadata-operations/masterlist/{id}Fetches masterlist details
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
loginIdquerynostring
lovItemsquerynostring
idpathyesstring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/metadata-operations/relation-typesFetches the list of all the relation types
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
RelationService4
GET/relation-operations/boards/{boardId}/cards/relationsFetches the list of all the relations among all the cards of the specified board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardIdquerynoarray
cardTypequerynoarray
relationTypequerynoarray
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/relation-operations/boards/{boardId}/cards/{id}/relationsFetches the list of all the relations with the card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
POST/relation-operations/boards/{boardId}/cards/{id}/relationsAdds a relation between cards
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
201Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
422failure response
PUT/relation-operations/boards/{boardId}/cards/{id}/relations/deleteDeletes relation between cards
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
422failure response
ReleaseService9
GET/release-operations/boards/{boardId}/releasesFetches list of all the releases present in a board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/release-operations/boards/{boardId}/releases/{id}Fetches the release present in a board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/release-operations/boards/{boardId}/releases/{id}/cardsFetches details of all the cards tagged to the release
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
PUT/release-operations/boards/{boardId}/releases/{id}/closeCloses a release from a board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
DELETE/release-operations/boards/{boardId}/releases/{id}/deleteDeletes a release from a board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
PUT/release-operations/boards/{boardId}/releases/{id}/tagTags cards to a release
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
PUT/release-operations/boards/{boardId}/releases/{id}/untagUntags cards from a release
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
POST/release-operations/boards/{id}/releasesCreates a new release in a board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
idpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
201Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
PUT/release-operations/boards/{id}/releasesUpdates selected fields of a release passed in request
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
idpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
SprintService10
GET/sprint-operations/boards/{boardId}/releases/{id}/sprintsFetches details of all the sprints in a release
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/sprint-operations/boards/{boardId}/sprintsFetches the sprints present in a board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
POST/sprint-operations/boards/{boardId}/sprintsCreates a new sprints in a board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
201Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
PUT/sprint-operations/boards/{boardId}/sprintsUpdates selected fields of a release passed in request
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
GET/sprint-operations/boards/{boardId}/sprints/{id}Fetches the sprint present in a board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/sprint-operations/boards/{boardId}/sprints/{id}/cardsFetches details of all the cards tagged to the sprint
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
PUT/sprint-operations/boards/{boardId}/sprints/{id}/closeCloses a sprint from a board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
DELETE/sprint-operations/boards/{boardId}/sprints/{id}/deleteDeletes a sprint from a board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
PUT/sprint-operations/boards/{boardId}/sprints/{id}/tagTags a card to an sprint
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
PUT/sprint-operations/boards/{boardId}/sprints/{id}/untagUntags a card from an sprint
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
idpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
TeamMemberService3
GET/team-member-operations/boards/team-membersFetches board-wise team members details
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
loginIdquerynostring
other-boardsquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
GET/team-member-operations/boards/{boardId}/team-membersFetches Team Members details in a board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
POST/team-member-operations/boards/{boardId}/team-membersInvites team members in board
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
201Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
TeamService1
GET/team-operations/teamsFetches Teams details for an account
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
loginIdquerynostring
membersquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
ToDoService7
GET/todo-operations/boards/{boardId}/cardType/{cardType}/todos/startDate/{startDate}Fetches details of todos in a given time interval.
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardTypepathyesstring
startDatepathyesstring
endDatequerynostring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/todo-operations/boards/{boardId}/cards/{cardId}/todosGets ToDos from card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardIdpathyesstring
fieldNamequerynoarray
filterquerynostring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
POST/todo-operations/boards/{boardId}/cards/{cardId}/todosCreate ToDo on card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardIdpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
PUT/todo-operations/boards/{boardId}/cards/{cardId}/todosModifies ToDo on card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardIdpathyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
DELETE/todo-operations/boards/{boardId}/cards/{cardId}/todosDeletes ToDos of a card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardIdpathyesstring
idqueryyesarray
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
GET/todo-operations/boards/{boardId}/cards/{cardId}/todos/{id}Gets ToDo from card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardIdpathyesstring
idpathyesstring
fieldNamequerynoarray
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
DELETE/todo-operations/boards/{boardId}/cards/{cardId}/todos/{todoId}Deletes ToDo of a card
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
boardIdpathyesstring
cardIdpathyesstring
todoIdpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
TokenService1
POST/secured/authGenerated AuthorizationToken
Request body

text/plain

Responses
StatusDescriptionSchema
201Successful request and response
500Malformed parameters or other bad request.
UserService6
GET/user-operations/usersFetches all users details
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
filterquerynostring
fieldNamequerynoarray
moreDetailsquerynostring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
POST/user-operations/usersAdds users
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
loginIdquerynostring
Request body

application/json

Responses
StatusDescriptionSchema
201Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
422UnProcessable entity in response
DELETE/user-operations/usersDeletes multiple users
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
idquerynoarray
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
207Partially Successfull
400Malformed parameters or other bad request.
GET/user-operations/users/tokenFetches user details information
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
authUserIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
GET/user-operations/users/{id}Fetches user and other user information
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.
DELETE/user-operations/users/{id}Deletes user
Parameters
NameInRequiredType
AuthorizationTokenheaderyesstring
idpathyesstring
loginIdquerynostring
Responses
StatusDescriptionSchema
200Successful request and response
400Malformed parameters or other bad request.

Try it

Developer reference

Base URLhttps://login.swiftkanban.com/restapi
Key endpoints
  • GET/board-operations/boards
  • GET/card-operations/boards/{boardId}/cards
  • GET/card-operations/boards/{boardId}/cards/{id}
  • GET/account-operations/accounts

Changelog

Spec version
Tracked paths74
  • Aug 2026gained a docs link
  • Aug 2026gained an OpenAPI spec, a pricing page and a status page

Tracking since Sep 2026. See every tracked change ↗ ·Subscribe with RSS ↗