action evetech_get_characters_character_id_mail_labels { label: "Get mail labels and unread counts" description: "Return a list of the users mail labels, unread counts for each label and a total unread count.\n\n---\nAlternate route: `/dev/characters/{character_id}/mail/labels/`\n\nAlternate route: `/v3/characters/{character_id}/mail/labels/`\n\n---\nThis route is cached for up to 30 seconds" provider: evetech method: GET path: "/characters/{character_id}/mail/labels/" encoding: json output: { type: "object" additionalProperties: true } }