Get information about a single Label.
Forge and OAuth2 apps cannot access this REST resource.
TrelloID
Requiredstring
Success
1
2
curl --request GET \
--url 'https://api.trello.com/1/labels/{id}?key=APIKey&token=APIToken'Update a label by ID.
Forge and OAuth2 apps cannot access this REST resource.
TrelloID
Requiredstring
Color
Success
1
2
curl --request PUT \
--url 'https://api.trello.com/1/labels/{id}?key=APIKey&token=APIToken'Delete a label by ID.
Forge and OAuth2 apps cannot access this REST resource.
TrelloID
RequiredSuccess
1
2
curl --request DELETE \
--url 'https://api.trello.com/1/labels/{id}?key=APIKey&token=APIToken'Update a field on a label.
Forge and OAuth2 apps cannot access this REST resource.
string
Requiredstring
RequiredTrelloID
RequiredSuccess
1
2
curl --request PUT \
--url 'https://api.trello.com/1/labels/{id}/{field}?value=5abbe4b7ddc1b351ef961414&key=APIKey&token=APIToken'Create a new Label on a Board.
Forge and OAuth2 apps cannot access this REST resource.
string
RequiredColor
Requiredstring
RequiredSuccess
1
2
curl --request POST \
--url 'https://api.trello.com/1/labels?name={name}&color={color}&idBoard={idBoard}&key=APIKey&token=APIToken'Rate this page: