Home
API Catalog
About
Back to System
Trello Enterprise API
1.0.0
OAS 3.0
Servers
https://api.trello.com/enterprise/v1
Authorize
Enterprise
GET
/enterprise
Get Enterprise Settings
PATCH
/enterprise
Update Enterprise Settings
GET
/enterprise
/members
List Enterprise Members
GET
/enterprise
/audit-log
Get Audit Log
PUT
/enterprise
/members
/{memberId}
Update Member Role
DELETE
/enterprise
/members
/{memberId}
Deactivate Member
Members
GET
/members
/me
Get Current Member
Cards
GET
/cards
/{cardId}
Get Card
PUT
/cards
/{cardId}
Update Card
DELETE
/cards
/{cardId}
Delete Card
GET
/lists
/{listId}
/cards
List Cards in a List
POST
/lists
/{listId}
/cards
Create Card
POST
/cards
/{cardId}
/labels
/{labelId}
Add Label to Card
DELETE
/cards
/{cardId}
/labels
/{labelId}
Remove Label from Card
Lists
GET
/lists
/{listId}
Get List
PUT
/lists
/{listId}
Update List
GET
/boards
/{boardId}
/lists
List Lists on a Board
POST
/boards
/{boardId}
/lists
Create List
Boards
GET
/boards
/{boardId}
Get Board
PUT
/boards
/{boardId}
Update Board
DELETE
/boards
/{boardId}
Delete Board
GET
/workspaces
/{workspaceId}
/boards
List Boards in Workspace
POST
/workspaces
/{workspaceId}
/boards
Create Board
Labels
GET
/boards
/{boardId}
/labels
List Labels on a Board
POST
/boards
/{boardId}
/labels
Create Label
Comments
GET
/cards
/{cardId}
/comments
List Comments on a Card
POST
/cards
/{cardId}
/comments
Add Comment to Card
Checklists
DELETE
/checklists
/{checklistId}
Delete Checklist
GET
/cards
/{cardId}
/checklists
List Checklists on a Card
POST
/cards
/{cardId}
/checklists
Create Checklist on a Card
POST
/checklists
/{checklistId}
/items
Add Item to Checklist
PUT
/checklists
/{checklistId}
/items
/{checklistItemId}
Update Checklist Item
DELETE
/checklists
/{checklistId}
/items
/{checklistItemId}
Delete Checklist Item
Workspaces
GET
/workspaces
/{workspaceId}
Get Workspace
PUT
/workspaces
/{workspaceId}
Update Workspace
DELETE
/workspaces
/{workspaceId}
Delete Workspace
GET
/organizations
/{organizationId}
/workspaces
List Workspaces in Organization
POST
/organizations
/{organizationId}
/workspaces
Create Workspace
Attachments
GET
/cards
/{cardId}
/attachments
List Attachments on a Card
POST
/cards
/{cardId}
/attachments
Add Attachment to Card
Schemas
Card
List
Board
Error
Label
Member
Comment
Checklist
Workspace
Attachment
CardCreate
CardUpdate
ListCreate
ListUpdate
BoardCreate
BoardUpdate
LabelCreate
MemberUpdate
Organization
AuditLogEntry
ChecklistItem
CommentCreate
ChecklistCreate
WorkspaceCreate
WorkspaceUpdate
AttachmentCreate
EnterpriseSettings
ChecklistItemCreate
ChecklistItemUpdate
EnterpriseSettingsUpdate