| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.trello.com/1 | link | — | — | — |
Actions (75)
Boards · 36
- Add a member to boardPUT /boards/{id}/members/{idMember}
Add an existing member to a board.
documented - Create a BoardPOST /boards
Create a new board.
documented - Create a Tag for a BoardPOST /boards/{id}/idTags
Create a tag for a board.
documented - Create a calendarKey for a BoardPOST /boards/{id}/calendarKey/generate
Generate a calendarKey for a board.
documented - Create an emailKey for a BoardPOST /boards/{id}/emailKey/generate
Generate an emailKey for a board.
documented - Create label on boardPOST /boards/{id}/labels
Create a new label on a board.
documented - Create list on boardPOST /boards/{id}/lists
Create a new list on a board.
documented - Delete board
Delete a board.
documented - Disable a Power-Up on a Board
Disable a Power-Up on a board.
documented - Enable a Power-Up on a BoardPOST /boards/{id}/boardPlugins
Enable a Power-Up on a board.
documented - Get Enabled Power-Ups on BoardGET /boards/{id}/boardPlugins
List enabled Power-Ups on a board.
documented - Get Enabled Power-Ups on Board (alt)GET /boards/{id}/boardPlugins
Alias for getting enabled Power-Ups on a board.
documented - Get Power-Ups on a BoardGET /boards/{id}/plugins
List Power-Ups on a board.
documented - Get actions on a boardGET /boards/{boardId}/actions
List actions on a board.
documented - Get boardGET /boards/{id}
Retrieve a board by its ID.
documented - Get board starsGET /boards/{boardId}/boardStars
Retrieve board stars for a board.
documented - Get cards on a boardGET /boards/{id}/cards
Get all open cards on a board.
documented - Get checklists on a boardGET /boards/{id}/checklists
Get all checklists on a board.
documented - Get custom fields for boardGET /boards/{id}/customFields
Get custom field definitions on a board.
documented - Get field on boardGET /boards/{id}/{field}
Get a single field on a board.
documented - Get filtered cards on a boardGET /boards/{id}/cards/{filter}
Get cards on a board that match a filter.
documented - Get filtered lists on a boardGET /boards/{id}/lists/{filter}
Get filtered lists on a board.
documented - Get labels on a boardGET /boards/{id}/labels
List all labels on a board.
documented - Get lists on a boardGET /boards/{id}/lists
Get lists on a board.
documented - Get members on boardGET /boards/{id}/members
List members on a board.
documented - Invite member to board via emailPUT /boards/{id}/members
Invite a member to a board by email.
documented - Mark Board as viewedPOST /boards/{id}/markedAsViewed
Mark the board as viewed.
documented - Remove member from board
Remove a member from a board.
documented - Update boardPUT /boards/{id}
Update properties of an existing board.
documented - Update emailPosition Pref on a BoardPUT /boards/{id}/myPrefs/emailPosition
Update the emailPosition preference on a board.
documented - Update idEmailList Pref on a BoardPUT /boards/{id}/myPrefs/idEmailList
Update the idEmailList preference on a board.
documented - Update membershipPUT /boards/{id}/memberships/{idMembership}
Update a board membership.
documented - Update showSidebar Pref on a BoardPUT /boards/{id}/myPrefs/showSidebar
Update the showSidebar preference on a board.
documented - Update showSidebarActivity Pref on a BoardPUT /boards/{id}/myPrefs/showSidebarActivity
Update the showSidebarActivity preference on a board.
documented - Update showSidebarBoardActions Pref on a BoardPUT /boards/{id}/myPrefs/showSidebarBoardActions
Update the showSidebarBoardActions preference on a board.
documented - Update showSidebarMembers Pref on a BoardPUT /boards/{id}/myPrefs/showSidebarMembers
Update the showSidebarMembers preference on a board.
documented
SCIM · 34
- Create groupPOST /scim/v2/Groups
Create a SCIM group.
documented - Create groupPOST /scim/v2/Groups
Create a SCIM group.
documented - Create userPOST /scim/v2/Users
Create a new SCIM user.
documented - Create userPOST /scim/v2/Users
Create a new SCIM user.
documented - Delete groupDELETE /scim/v2/Groups/{id}
Delete a SCIM group.
documented - Delete groupDELETE /scim/v2/Groups/{id}
Delete a SCIM group.
documented - Get Service Provider ConfigGET /scim/v2/ServiceProviderConfig
Get SCIM service provider configuration.
documented - Get Service Provider ConfigGET /scim/v2/ServiceProviderConfig
Get SCIM service provider configuration.
documented - Get groupGET /scim/v2/Groups/{id}
Get a SCIM group.
documented - Get groupGET /scim/v2/Groups/{id}
Get a SCIM group.
documented - Get userGET /scim/v2/Users/{id}
Get a SCIM user by ID.
documented - Get userGET /scim/v2/Users/{id}
Get a SCIM user by ID.
documented - Get user groupsGET /scim/v2/Users/{id}/Groups
Get groups for a user.
documented - Get user groupsGET /scim/v2/Users/{id}/Groups
Get groups for a user.
documented - Get user organizationsGET /scim/v2/Users/{id}/Organizations
Get organizations for a user.
documented - Get user organizationsGET /scim/v2/Users/{id}/Organizations
Get organizations for a user.
documented - List Resource TypesGET /scim/v2/ResourceTypes
List SCIM resource types.
documented - List Resource TypesGET /scim/v2/ResourceTypes
List SCIM resource types.
documented - List SchemasGET /scim/v2/Schemas
Get available SCIM schemas.
documented - List SchemasGET /scim/v2/Schemas
Get available SCIM schemas.
documented - List groupsGET /scim/v2/Groups
List SCIM groups.
documented - List groupsGET /scim/v2/Groups
List groups (workspaces/boards) in the SCIM service.
documented - List usersGET /scim/v2/Users
List users in the SCIM service for an enterprise.
documented - List usersGET /scim/v2/Users
List SCIM users.
documented - Patch userPATCH /scim/v2/Users/{id}
Patch a SCIM user.
documented - Patch userPATCH /scim/v2/Users/{id}
Partial update to a SCIM user.
documented - Patch userPATCH /scim/v2/Users/{id}
Patch a SCIM user.
documented - Patch user (auth-less)PATCH /scim/v2/Users/{id}
Partial update to a SCIM user.
documented - Update groupPUT /scim/v2/Groups/{id}
Update a SCIM group.
documented - Update groupPUT /scim/v2/Groups/{id}
Update a SCIM group.
documented - Update userPUT /scim/v2/Users/{id}
Update a SCIM user.
documented - Update userPUT /scim/v2/Users/{id}
Replace a SCIM user.
documented - Update user (full)PUT /scim/v2/Users/{id}
Replace the SCIM user representation.
documented - Update user (full)PUT /scim/v2/Users/{id}
Replace the SCIM user representation.
documented
Status Page · 4
- Get status rollupGET https://trello.status.atlassian.com/api/v2/status.json
Get the current status rollup.
documented - Get status summaryGET https://trello.status.atlassian.com/api/v2/summary.json
Get a summary of the status page.
documented - List incidentsGET https://trello.status.atlassian.com/api/v2/incidents
List incidents on the Trello status page.
documented - List scheduled maintenancesGET https://trello.status.atlassian.com/api/v2/scheduled_maintenances
List upcoming/active maintenances.
documented