cURL
curl --request GET \ --url https://inboxapp.com/api/v1/tags/{tagId}
{ "id": "<string>", "name": "<string>", "color": "#3b82f6" }
Get details of a specific tag
The ID of the tag to retrieve.
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"