Card Management in Card Hierarchy Groups
Card Management in Card Hierarchy Groups
Endpoints
Get Cards in Group
GET /v1/card-hierarchies//groups//cards
Add Card to Group
POST /v1/card-hierarchies//groups//cards/
Delete Card from Group
DELETE /v1/card-hierarchies//groups//cards/
Move Card to Another Group
POST /v1/card-hierarchies//groups//cards//move
Bulk Add Cards to Group
POST /v1/card-hierarchies//groups//cards/bulk
Bulk Delete Cards from Group
DELETE /v1/card-hierarchies//groups//cards/bulk
Bulk Move Cards to Another Group
POST /v1/card-hierarchies//groups//cards/move/bulk