cURL
curl --request GET \ --url https://inboxapp.com/api/v1/tags
[ { "id": "<string>", "name": "<string>", "color": "#3b82f6" } ]
List all tags in the team
OK
Unique identifier for the tag.
The display name of the tag.
Hex color code for the tag (e.g., #3b82f6 for blue). Null if no color is set.
"#3b82f6"