action evetech_get_characters_character_id_loyalty_points { label: "Get loyalty points" description: "Return a list of loyalty points for all corporations the character has worked for\n\n---\nAlternate route: `/dev/characters/{character_id}/loyalty/points/`\n\nAlternate route: `/legacy/characters/{character_id}/loyalty/points/`\n\nAlternate route: `/v1/characters/{character_id}/loyalty/points/`\n\n---\nThis route is cached for up to 3600 seconds" provider: evetech method: GET path: "/characters/{character_id}/loyalty/points/" encoding: json output: { type: "object" additionalProperties: true } }